Search Results for

    Show / Hide Table of Contents

    Class ProvisioningTermStore

    Defines a Term Store to provision through a Sequence, optional element.

    Inheritance
    System.Object
    ProvisioningTermStore
    Namespace: PnP.Framework.Provisioning.Model
    Assembly: PnP.Framework.dll
    Syntax
    public class ProvisioningTermStore : IEquatable<ProvisioningTermStore>

    Constructors

    ProvisioningTermStore()

    Declaration
    public ProvisioningTermStore()

    Properties

    TermGroups

    Gets a collection of termgroups to deploy

    Declaration
    public TermGroupCollection TermGroups { get; }
    Property Value
    TermGroupCollection

    Methods

    Equals(ProvisioningTermStore)

    Compares TermStore object based on its properties

    Declaration
    public bool Equals(ProvisioningTermStore other)
    Parameters
    ProvisioningTermStore other

    TermStore object

    Returns
    System.Boolean

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

    Equals(Object)

    Compares object with TermStore

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

    Object that represents TermStore

    Returns
    System.Boolean

    true if the current object is equal to the TermStore

    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