DataWeb
Search Results for

    Show / Hide Table of Contents

    Class SearchFilter

    Inheritance
    object
    SearchFilter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Search.Lucene
    Assembly: DataWeb.Search.Lucene.dll
    Syntax
    public class SearchFilter

    Properties

    Count

    Declaration
    public int Count { get; set; }
    Property Value
    Type Description
    int

    Culture

    Declaration
    public string Culture { get; set; }
    Property Value
    Type Description
    string

    Group

    Declaration
    public string Group { get; set; }
    Property Value
    Type Description
    string

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    OrderMode

    Declaration
    public OrderMode OrderMode { get; set; }
    Property Value
    Type Description
    OrderMode

    Query

    Declaration
    public string Query { get; set; }
    Property Value
    Type Description
    string

    Type

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX