SaveFilterOptions Enumeration |
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum SaveFilterOptions
<FlagsAttribute>
Public Enumeration SaveFilterOptions
Members
| Member name | Value | Description |
---|
| OmitParentKey | 1 |
The filter should not include any parent key. Typically used when creating a filter from a subform that should
be usable in the same subform, but under different parent records.
|
| UseLongDesc | 2 |
Build the description using the mapper's filters' long descriptions (vs. short descriptions).
|
| AugmentDesc | 4 |
Any explicitly provided filter description should be augmented with the mapper-generated
filter description if one is available.
|
| PageElementSpecific | 8 |
This filter is specific to the current PageElementInfo. This is generally required
for datasheet filters created for specific IConsoleTemplate panes.
|
See Also