Class IndexableMetadata
Inheritance
System.Object
IndexableMetadata
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()
Assembly: ImageVault.Core.dll
public class IndexableMetadata : IIndexableMetadata
Constructors
Declaration
public IndexableMetadata()
Properties
Declaration
public bool? BooleanValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public int DataTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public DateTime? DateValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public decimal? DecimalValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Declaration
public int DefinitionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string DefinitionType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double? DoubleValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Declaration
public 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 Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string NormalizedValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements