DataWeb
Search Results for

    Show / Hide Table of Contents

    Class View.Filter

    Represents a filter for a View.

    Inheritance
    object
    View.Filter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Structure
    Assembly: DataWeb.Core.dll
    Syntax
    public class View.Filter

    Properties

    FilterMode

    Gets or sets the mode of the filter.

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

    FilterQuery

    Gets or sets the query used for the filter.

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