Class StorageEntity
Defines a StorageEntity to provision
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class StorageEntity : BaseModel, IProvisioningTemplateDescendant
Properties
Comment
Gets or sets the Comment flag for the StorageEntity
Declaration
public string Comment { get; set; }
Property Value
System.String
|
Description
Gets or sets the Description flag for the StorageEntity
Declaration
public string Description { get; set; }
Property Value
System.String
|
Key
Gets or sets the Key for the StorageEntity
Declaration
public string Key { get; set; }
Property Value
System.String
|
Value
Gets or sets the Value for the StorageEntity
Declaration
public string Value { get; set; }
Property Value
System.String
|
Methods
Equals(StorageEntity)
Compares StorageEntity object based on Key, Value, Comment and Description properties.
Declaration
public bool Equals(StorageEntity other)
Parameters
StorageEntity
other
StorageEntity object |
Returns
System.Boolean
true if the StorageEntity object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with StorageEntity
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object |
Returns
System.Boolean
true if the current object is equal to the StorageEntity |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |