MapperFilters Properties |
The MapperFilters type exposes the following members.
Name | Description | |
---|---|---|
Count |
The number of elements actually contained in the ArrayList.
(Inherited from EAPCollectionBase.) | |
DebugInfo |
Gets debug information for this filter. To append to DebugInfo use AddDebugInfo(String).
DebugInfo can help a developer determine where a filter was added and what its purpose is.
See DebugInfo for debug information on individual MapperFilter items.
Note that this information is currently visible only in the debugger.
| |
Dirty |
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.
| |
HasPKFilter | ||
IsFixedSize |
true if the ArrayList has a fixed size; otherwise, false. The default is false.
(Inherited from EAPCollectionBase.) | |
IsReadOnly |
Returns true if the collection is read-only. (Default is false)
(Inherited from EAPCollectionBase.) | |
IsSynchronized |
true if access to the internal ArrayList is synchronized (thread-safe); otherwise, false. The default is false.
(Inherited from EAPCollectionBase.) | |
ItemInt32 | Indexer for this collection. | |
ItemString | Indexer for this collection. | |
OverrideFilter |
The filters have been modified and should override whatever filtering
is being carried by the mapper in its internal state. This property
is primarily intended for internal use by IFilterControl components
such as the SearchBar.
| |
RowKey |
Gets the RowKey from the collection where the collection has at least one filter marked PK
that IsActive and has a non-null/empty FieldValue.
| |
SyncRoot |
An object that can be used to synchronize access to the ArrayList.
(Inherited from EAPCollectionBase.) | |
TextItems |
The filters collection's localized text collection. This is intended for internal use only.
|