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 SourceBefore
Declaration
public bool Before { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Id
Declaration
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Only
Declaration
public bool Only { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Where
Declaration
public LambdaExpression Where { get; }
Property Value
| Type | Description |
|---|---|
| System.Linq.Expressions.LambdaExpression |