Search Results for

    Show / Hide Table of Contents

    Class AlternateUICulture

    Defines an AlternateUICulture item for a web site settings

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

    Constructors

    AlternateUICulture()

    Constructor for AlternateUICulture class

    Declaration
    public AlternateUICulture()

    Properties

    LCID

    The Locale ID of a AlternateUICulture

    Declaration
    public Int32 LCID { get; set; }
    Property Value
    Int32

    Methods

    Equals(AlternateUICulture)

    Compares AlternateUICulture object based on LCID

    Declaration
    public bool Equals(AlternateUICulture other)
    Parameters
    AlternateUICulture other

    AlternateUICulture object

    Returns
    System.Boolean

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

    Equals(Object)

    Compares object with AlternateUICulture

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

    Object that represents AlternateUICulture

    Returns
    System.Boolean

    true if the current object is equal to the AlternateUICulture

    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