Search Results for

    Show / Hide Table of Contents

    Class StorageEntity

    Defines a StorageEntity to provision

    Inheritance
    System.Object
    BaseModel
    StorageEntity
    Inherited Members
    BaseModel.ParentTemplate
    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

    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