Click or drag to resize

MapperFilterAttrs Enumeration

MapperFilter attributes extracted from the xmt_filters.attr_bits column. All filters loaded from this table are marked as static. Depending on the attributes set, a filter may also be marked as a Security filter.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[ValidBitsAttribute(511)]
[FlagsAttribute]
public enum MapperFilterAttrs
Members
  Member nameValueDescription
Disabled1This filter is disabled and should not be used.
Security2This filter is used for security filtering.
Removeable4This filter can be removed by the user. Set DefaultApplied to have the filter enabled by default.
Optional8This filter is optional.
ExtensionAdded16This filter has beed added programatically by code. Should generally NOT be set in metadata.
Essential32This filter is essential for proper functioning of the mapper and should never be removed under any circumstances.
ListFilterLink64This filter should be provided as a user filter link at the top of any datasheet view. Note that the Removeable attribute must also be set.
TenantFilter128Identifies this filter as a tenant filter restricting visibility to the current tenant.
DefaultApplied256This Removeable filter is enabled by default. Ignored unless Removeable is also set.
See Also