MapperFilter Properties |
The MapperFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| Attributes |
Gets/Sets the MapperFilterAttrs from the metadata.
| |
| Caption | Gets or sets the caption for the filter. | |
| Clause | Gets or sets the filter's SQL clause. | |
| CommandId |
Gets/sets the command associated with this filter.
| |
| Creator | Gets or sets the creator of the filter (typically a UserID). | |
| DebugInfo |
Gets/sets debug information for this filter.
DebugInfo can help a developer determine where a filter was added and what its purpose is.
See DebugInfo for debug information on a MapperFilters collection.
Note that this information is currently visible only in the debugger.
| |
| Dirty | Gets or sets a flag indicating whether the filter has been modified. | |
| FieldKey | Gets or sets the IField.Value value from which the filter was built. | |
| FieldValue | The Value value from which the filter was built. | |
| Flags | Gets/Sets FilterFlags flags specifying additional information about the filter. | |
| FullTextSearchValue |
Gets/sets the Full-Text Search (FTS) search value(s).
| |
| ID |
Gets/Sets the filter's ID.
| |
| IsActive |
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.
| |
| LongDesc | Gets or sets the long description for a filter. | |
| Name | Gets or sets the name of the filter. | |
| NamedFilter |
Gets/Sets the named filter.
| |
| Order |
Gets or Sets the filter's order.
| |
| Properties |
The Properties collection of Property objects for this object.
| |
| ShortDesc | Gets or sets the short description for the filter. | |
| TextItems |
Gets the TextItems collection for this filter.
| |
| Version |
Gets/sets the version of this object's assembly.
|