Class AppCatalog
Defines the AppCatalog packages to provision
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class AppCatalog : BaseModel, IProvisioningTemplateDescendant
Constructors
AppCatalog()
Default constructor
Declaration
public AppCatalog()
AppCatalog(PackageCollection)
Custom constructor
Declaration
public AppCatalog(PackageCollection packages)
Parameters
PackageCollection
packages
|
Properties
Packages
Defines the AppCatalog settings to provision
Declaration
public PackageCollection Packages { get; }
Property Value
PackageCollection
|
Methods
Equals(AppCatalog)
Compares AppCatalog object based on Packages properties.
Declaration
public bool Equals(AppCatalog other)
Parameters
AppCatalog
other
AppCatalog object |
Returns
System.Boolean
true if the AppCatalog object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with AppCatalog
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object that represents AppCatalog |
Returns
System.Boolean
true if the current object is equal to the AppCatalog |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |