Interface IIndexableMetadata
Assembly: ImageVault.Core.dll
public interface IIndexableMetadata
Properties
Declaration
bool? BooleanValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
DateTime? DateValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
int DefinitionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
double? DoubleValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Declaration
int? IntegerValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
string Language { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string NormalizedValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string Value { get; set; }
Property Value
Type |
Description |
System.String |
|