Search Results for

    Show / Hide Table of Contents

    Class SupportedUILanguageCollection

    Collection of SupportedUILanguage objects

    Inheritance
    System.Object
    BaseProvisioningTemplateObjectCollection<SupportedUILanguage>
    SupportedUILanguageCollection
    Inherited Members
    BaseProvisioningTemplateObjectCollection<SupportedUILanguage>.ParentTemplate
    BaseProvisioningTemplateObjectCollection<SupportedUILanguage>.InsertItem(Int32, SupportedUILanguage)
    BaseProvisioningTemplateObjectCollection<SupportedUILanguage>.RemoveItem(Int32)
    BaseProvisioningTemplateObjectCollection<SupportedUILanguage>.SetItem(Int32, SupportedUILanguage)
    BaseProvisioningTemplateObjectCollection<SupportedUILanguage>.ClearItems()
    BaseProvisioningTemplateObjectCollection<SupportedUILanguage>.AddRange(IEnumerable<SupportedUILanguage>)
    BaseProvisioningTemplateObjectCollection<SupportedUILanguage>.Find(Predicate<SupportedUILanguage>)
    BaseProvisioningTemplateObjectCollection<SupportedUILanguage>.FindIndex(Predicate<SupportedUILanguage>)
    BaseProvisioningTemplateObjectCollection<SupportedUILanguage>.FindIndex(Int32, Predicate<SupportedUILanguage>)
    BaseProvisioningTemplateObjectCollection<SupportedUILanguage>.FindIndex(Int32, Int32, Predicate<SupportedUILanguage>)
    BaseProvisioningTemplateObjectCollection<SupportedUILanguage>.RemoveAll(Predicate<SupportedUILanguage>)
    Namespace: PnP.Framework.Provisioning.Model
    Assembly: PnP.Framework.dll
    Syntax
    public class SupportedUILanguageCollection : BaseProvisioningTemplateObjectCollection<SupportedUILanguage>, IProvisioningTemplateDescendant

    Constructors

    SupportedUILanguageCollection(ProvisioningTemplate)

    Constructor for SupportedUILangaugeCollection class

    Declaration
    public SupportedUILanguageCollection(ProvisioningTemplate parentTemplate)
    Parameters
    ProvisioningTemplate parentTemplate

    Parent provisioning template

    Methods

    Equals(SupportedUILanguageCollection)

    Compare languages

    Declaration
    public bool Equals(SupportedUILanguageCollection other)
    Parameters
    SupportedUILanguageCollection other

    Collection of languages to compare with

    Returns
    System.Boolean

    True if the same, false otherwise

    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