Click or drag to resize

MapperFiltersDirty Property

Used to track whether the any filter within the collection has changed. If cleared, the Dirty flag is cleared on all filters in the collection. When set, the collection's Dirty flag is set, but the Dirty flags of the individual filters are not affected.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool Dirty { get; set; }

Property Value

Type: Boolean
True if the filter is dirty, else False.
See Also