MapperCapabilities Enumeration |
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public enum MapperCapabilities
Public Enumeration MapperCapabilities
Members
| Member name | Value | Description |
---|
| FBFPivot | 1 |
The datasheet is cofigured for a pivoted Filter-By-Form (FBF) row for smaller screen sizes.
See related FBFOptional.
|
| UserFullTextSearch | 2 |
The mapper is cofigured for Full-Text Search (FTS) and user is allowed to use it.
See related FTSOptional.
|
| FBFOptional | 3 |
The mapper is cofigured with the Filter-By-Form (FBF) row display toggled by the user.
See related FTSOptional.
|
| FTSOptional | 4 |
The mapper is cofigured with the Full-Text Search (FTS) display toggled by the user inconjunction with the FBF display.
See related FBFOptional and UserFullTextSearch.
|
See Also