Class DataFilterState
Inherited Members
Namespace: Volo.Abp.Data
Assembly: Volo.Abp.Data.dll
Syntax
public class DataFilterState
Constructors
DataFilterState(bool)
Declaration
public DataFilterState(bool isEnabled)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | isEnabled |
Properties
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Clone()
Declaration
public DataFilterState Clone()
Returns
| Type | Description |
|---|---|
| DataFilterState |