Search Results for

    Show / Hide Table of Contents

    Class View

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

    Properties

    SchemaXml

    Gets a value that specifies the XML Schema representing the View type.

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

    Methods

    Equals(View)

    Compares View object based on currentXml and otherXml

    Declaration
    public bool Equals(View other)
    Parameters
    View other

    View object

    Returns
    System.Boolean

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

    Equals(Object)

    Compares object with View

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

    Object that represents View

    Returns
    System.Boolean

    true if the current object is equal to the View

    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