Search Results for

    Show / Hide Table of Contents

    Class GlobalFilter.Item

    Inheritance
    System.Object
    GlobalFilter.Item
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FreeSql.Internal
    Assembly: FreeSql.dll
    Syntax
    public class Item

    Properties

    | Improve this Doc View Source

    Before

    Declaration
    public bool Before { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Id

    Declaration
    public int Id { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Only

    Declaration
    public bool Only { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Where

    Declaration
    public LambdaExpression Where { get; }
    Property Value
    Type Description
    System.Linq.Expressions.LambdaExpression
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX