Class View
Inherited Members
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 |