Interface IDataFilter<TFilter>
Namespace: Volo.Abp.Data
Assembly: Volo.Abp.Data.dll
Syntax
public interface IDataFilter<TFilter> where TFilter : class
Type Parameters
Name | Description |
---|---|
TFilter |
Properties
IsEnabled
Declaration
bool IsEnabled { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
Disable()
Declaration
IDisposable Disable()
Returns
Type | Description |
---|---|
IDisposable |
Enable()
Declaration
IDisposable Enable()
Returns
Type | Description |
---|---|
IDisposable |