Search Results for

    Show / Hide Table of Contents

    Class PropertyContainerType

    Contains Property container type elements

    Inheritance
    System.Object
    PropertyContainerType
    Namespace: PnP.Framework.Utilities.WebParts.Schema
    Assembly: PnP.Framework.dll
    Syntax
    public class PropertyContainerType : object

    Constructors

    PropertyContainerType()

    Initializes a new instance of the PropertyContainerType class.

    Declaration
    public PropertyContainerType()

    Properties

    Ipersonalizable

    Gets collection of webpart property types.

    Declaration
    public Collections.ObjectModel.Collection<PropertyType> Ipersonalizable { get; }
    Property Value
    System.Collections.ObjectModel.Collection<PropertyType>

    IpersonalizableSpecified

    Gets a value indicating whether the Ipersonalizable collection is empty.

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

    Property

    Represents property element

    Declaration
    public Collections.ObjectModel.Collection<PropertyType> Property { get; }
    Property Value
    System.Collections.ObjectModel.Collection<PropertyType>

    PropertySpecified

    Gets a value indicating whether the Property collection is empty.

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

    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