Click or drag to resize

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; }

Property Value

Type: Boolean
True if the filter is active, else false.
See Also