Class DataFilter<TFilter>
Inheritance
object
DataFilter<TFilter>
Implements
IDataFilter<TFilter>
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 DataFilter<TFilter> : IDataFilter<TFilter> where TFilter : class
Type Parameters
| Name | Description |
|---|---|
| TFilter |
Constructors
DataFilter(IOptions<AbpDataFilterOptions>)
Declaration
public DataFilter(IOptions<AbpDataFilterOptions> options)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.Extensions.Options.IOptions<TOptions><AbpDataFilterOptions> | options |
Properties
IsEnabled
Declaration
public bool IsEnabled { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Disable()
Declaration
public IDisposable Disable()
Returns
| Type | Description |
|---|---|
| System.IDisposable |
Enable()
Declaration
public IDisposable Enable()
Returns
| Type | Description |
|---|---|
| System.IDisposable |