Class DataFilterState
Inheritance
object
DataFilterState
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |