Search Results for

    Show / Hide Table of Contents

    Class IndexableMetadata

    Inheritance
    System.Object
    IndexableMetadata
    Implements
    IIndexableMetadata
    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.Core.Common.Search
    Assembly: ImageVault.Core.dll
    Syntax
    public class IndexableMetadata : IIndexableMetadata

    Constructors

    IndexableMetadata()

    Declaration
    public IndexableMetadata()

    Properties

    BooleanValue

    Declaration
    public bool? BooleanValue { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    DataTypeId

    Declaration
    public int DataTypeId { get; set; }
    Property Value
    Type Description
    System.Int32

    DateValue

    Declaration
    public DateTime? DateValue { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    DecimalValue

    Declaration
    public decimal? DecimalValue { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Decimal>

    DefinitionId

    Declaration
    public int DefinitionId { get; set; }
    Property Value
    Type Description
    System.Int32

    DefinitionType

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

    DoubleValue

    Declaration
    public double? DoubleValue { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    IntegerValue

    Declaration
    public int? IntegerValue { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Language

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

    Name

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

    NormalizedValue

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

    Value

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

    Implements

    IIndexableMetadata
    In This Article
    Back to top (c) Meriworks 2002-2022