Class ExtensibilityHandler
Domain Object for Extensiblity Call out
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class ExtensibilityHandler : BaseModel, IProvisioningTemplateDescendant
Properties
Assembly
Gets or sets Assembly property for Extensibility handling.
Declaration
public string Assembly { get; set; }
Property Value
System.String
|
Configuration
Gets or sets Configuration property for Extensibility handling.
Declaration
public string Configuration { get; set; }
Property Value
System.String
|
Enabled
Gets or sets Enabled property for Extensibility handling.
Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean
|
Type
Gets or sets Type property for Extensibility handling.
Declaration
public string Type { get; set; }
Property Value
System.String
|
Methods
Equals(ExtensibilityHandler)
Compares ExtensibilityHandler object based on Assembly, Configuration, Enabled and Type properties.
Declaration
public bool Equals(ExtensibilityHandler other)
Parameters
ExtensibilityHandler
other
ExtensibilityHandler object |
Returns
System.Boolean
true if the ExtensibilityHandler object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with ExtensibilityHandler
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object that represents ExtensibilityHandler |
Returns
System.Boolean
true if the current object is equal to the ExtensibilityHandler |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |