Search Results for

    Show / Hide Table of Contents

    Class QuickSearchScopedAttributeKey

    Key for a quick search scoped attribute

    Inheritance
    object
    QuickSearchScopedAttributeKey
    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 QuickSearchScopedAttributeKey

    Properties

    AttrId

    Attribute Id

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

    LangId

    Language Id

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

    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