Search Results for

    Show / Hide Table of Contents

    Class ObjectValueFilter

    Object Value Filter

    Inheritance
    object
    ObjectValueFilter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Index.Client
    Assembly: Noxum.Nova.Index.Client.dll
    Syntax
    public class ObjectValueFilter

    Properties

    AttrId

    Attribute Id

    Declaration
    [JsonPropertyName("attrId")]
    public int AttrId { get; set; }
    Property Value
    Type Description
    int

    CompareOperator

    The compare operator

    Declaration
    [JsonPropertyName("compareOperator")]
    public FilterCompareOperator CompareOperator { get; set; }
    Property Value
    Type Description
    FilterCompareOperator

    LangId

    Language Id

    Declaration
    [JsonPropertyName("langId")]
    public int LangId { get; set; }
    Property Value
    Type Description
    int

    Value

    The value as string.
    For DataTime values call DateTime.ToString("o") to create a round-trip representation, for other types call Convert.ToString(value, CultureInfo.InvariantCulture).

    Declaration
    [JsonPropertyName("value")]
    public string Value { get; set; }
    Property Value
    Type Description
    string

    VariantId

    Variant Id

    Declaration
    [JsonPropertyName("variantId")]
    public int VariantId { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top Version 6.1.0.11rc