Search Results for

    Show / Hide Table of Contents

    Class ApplicationLifecycleManagement

    Defines an ALM settings to provision

    Inheritance
    System.Object
    BaseModel
    ApplicationLifecycleManagement
    Inherited Members
    BaseModel.ParentTemplate
    Namespace: PnP.Framework.Provisioning.Model
    Assembly: PnP.Framework.dll
    Syntax
    public class ApplicationLifecycleManagement : BaseModel, IProvisioningTemplateDescendant

    Constructors

    ApplicationLifecycleManagement()

    Constructor for ApplicationLifecycleManagement class

    Declaration
    public ApplicationLifecycleManagement()

    Properties

    AppCatalog

    Defines the AppCatalog settings for the current Site Collection

    Declaration
    public AppCatalog AppCatalog { get; }
    Property Value
    AppCatalog

    Apps

    Defines the Apps for the current Site Collection

    Declaration
    public AppCollection Apps { get; }
    Property Value
    AppCollection

    Methods

    Equals(ApplicationLifecycleManagement)

    Compares ApplicationLifecycleManagement object based on AppCatalog, and Apps

    Declaration
    public bool Equals(ApplicationLifecycleManagement other)
    Parameters
    ApplicationLifecycleManagement other

    ApplicationLifecycleManagement Class object

    Returns
    System.Boolean

    true if the ApplicationLifecycleManagement object is equal to the current object; otherwise, false.

    Equals(Object)

    Compares object with ApplicationLifecycleManagement class

    Declaration
    public override bool Equals(object obj)
    Parameters
    System.Object obj

    Object that represents ApplicationLifecycleManagement

    Returns
    System.Boolean

    Checks whether object is ApplicationLifecycleManagement class

    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