MapperFilterIsActive Property |
Gets whether or not the filter is
active (i.e. should generally be applied).
For example, a filter marked
Disabled will not be
active.
More complicated rules apply to filters marked
Removeable.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool IsActive { get; }
Public ReadOnly Property IsActive As Boolean
Get
Property Value
Type:
BooleanTrue if the filter is active, else false.
See Also