Class AbpDataFilterOptions
Inheritance
object
AbpDataFilterOptions
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 AbpDataFilterOptions
Constructors
AbpDataFilterOptions()
Declaration
public AbpDataFilterOptions()
Properties
DefaultStates
Declaration
public Dictionary<Type, DataFilterState> DefaultStates { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<TKey, TValue><System.Type, DataFilterState> |