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
<ValidBitsAttribute(511)>
<FlagsAttribute>
Public Enumeration MapperFilterAttrs
Members
| Member name | Value | Description |
---|
| Disabled | 1 | This filter is disabled and should not be used. |
| Security | 2 | This filter is used for security filtering. |
| Removeable | 4 | This filter can be removed by the user. Set DefaultApplied to have the filter enabled by default. |
| Optional | 8 | This filter is optional. |
| ExtensionAdded | 16 | This filter has beed added programatically by code. Should generally NOT be set in metadata. |
| Essential | 32 | This filter is essential for proper functioning of the mapper and should never be removed under any circumstances. |
| ListFilterLink | 64 | This 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. |
| TenantFilter | 128 | Identifies this filter as a tenant filter restricting visibility to the current tenant. |
| DefaultApplied | 256 | This Removeable filter is enabled by default. Ignored unless Removeable is also set. |
See Also