Class AuxiliaryContentBase
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> |