Search Results for

    Show / Hide Table of Contents

    Class AppCatalog

    Defines the AppCatalog packages to provision

    Inheritance
    System.Object
    BaseModel
    AppCatalog
    Inherited Members
    BaseModel.ParentTemplate
    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

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer