Search Results for

    Show / Hide Table of Contents

    Class AndFilter

    Used to put filters in "and"

    Inheritance
    System.Object
    FilterBase
    AndFilter
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class AndFilter : FilterBase

    Properties

    Filters

    The filters to put in "and". All kinds of filters are accepted.

    Declaration
    public ICollection<FilterBase> Filters { get; set; }
    Property Value
    System.Collections.Generic.ICollection<FilterBase>

    Methods

    FromJson(String)

    Declaration
    public static AndFilter FromJson(string data)
    Parameters
    System.String data

    Returns
    AndFilter

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX