Search Results for

    Show / Hide Table of Contents

    Class AuxiliaryContentBase

    Inheritance
    System.Object
    AuxiliaryContentBase
    AuxiliaryContent
    AuxiliaryContentInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public abstract class AuxiliaryContentBase

    Constructors

    AuxiliaryContentBase(AuxiliaryContentBase)

    Declaration
    protected AuxiliaryContentBase(AuxiliaryContentBase auxiliaryContentBase = null)
    Parameters
    Type Name Description
    AuxiliaryContentBase auxiliaryContentBase

    Properties

    Key

    The key describing the auxiliary content

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    System.String

    Properties

    Properties for the content

    Declaration
    public Dictionary<string, string> Properties { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    Extension Methods

    AuxiliaryContentInfoExtensions.IsDisabled(AuxiliaryContentBase)
    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022