Search Results for

    Show / Hide Table of Contents

    Class TermLabel

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

    Properties

    IsDefaultForLanguage

    Gets or sets the IsDefaultForLangauage flag for the term label

    Declaration
    public bool IsDefaultForLanguage { get; set; }
    Property Value
    System.Boolean

    Language

    Gets or sets the Language for the term label

    Declaration
    public int Language { get; set; }
    Property Value
    System.Int32

    Value

    Gets or sets the Value for the term label

    Declaration
    public string Value { get; set; }
    Property Value
    System.String

    Methods

    Equals(TermLabel)

    Compares TermLabel object based on Language and Value.

    Declaration
    public bool Equals(TermLabel other)
    Parameters
    TermLabel other

    TermLabel object

    Returns
    System.Boolean

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

    Equals(Object)

    Compares object with TermLabel

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

    Object that represents TermLabel

    Returns
    System.Boolean

    true if the current object is equal to the TermLabel

    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