Class AssetMetadata
Inheritance
System.Object
AssetMetadata
Assembly: ImageVault.Common.dll
public class AssetMetadata : Object
Constructors
Declaration
Declaration
public AssetMetadata(AssetMetadata m)
Parameters
Properties
Declaration
public Nullable<bool> BooleanValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public Nullable<DateTime> DateValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public int DefinitionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public Nullable<double> DoubleValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Declaration
public Nullable<int> IntegerValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string Language { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods