Click or drag to resize

MapperFilter Properties

The MapperFilter type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets/Sets the MapperFilterAttrs from the metadata.
Public propertyCaption
Gets or sets the caption for the filter.
Public propertyClause
Gets or sets the filter's SQL clause.
Public propertyCommandId
Gets/sets the command associated with this filter.
Public propertyCreator
Gets or sets the creator of the filter (typically a UserID).
Public propertyDebugInfo
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.
Public propertyDirty
Gets or sets a flag indicating whether the filter has been modified.
Public propertyFieldKey
Gets or sets the IField.Value value from which the filter was built.
Public propertyFieldValue
The Value value from which the filter was built.
Public propertyFlags
Gets/Sets FilterFlags flags specifying additional information about the filter.
Public propertyFullTextSearchValue
Gets/sets the Full-Text Search (FTS) search value(s).
Public propertyID
Gets/Sets the filter's ID.
Public propertyIsActive
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.
Public propertyLongDesc
Gets or sets the long description for a filter.
Public propertyName
Gets or sets the name of the filter.
Public propertyNamedFilter
Gets/Sets the named filter.
Public propertyOrder
Gets or Sets the filter's order.
Public propertyProperties
The Properties collection of Property objects for this object.
Public propertyShortDesc
Gets or sets the short description for the filter.
Public propertyTextItems
Gets the TextItems collection for this filter.
Public propertyVersion
Gets/sets the version of this object's assembly.
Top
See Also