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