Search Results for

    Show / Hide Table of Contents

    Interface IIndexableMetadata

    Namespace: ImageVault.Core.Common.Search
    Assembly: ImageVault.Core.dll
    Syntax
    public interface IIndexableMetadata

    Properties

    BooleanValue

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

    DateValue

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

    DefinitionId

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

    DoubleValue

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

    IntegerValue

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

    Language

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

    NormalizedValue

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

    Value

    Declaration
    string Value { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top (c) Meriworks 2002-2022