Click or drag to resize

MapperCapabilities Enumeration

Mapper capabilities that can be ascertained using the IsConfiguredFor(MapperCapabilities) method.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum MapperCapabilities
Members
  Member nameValueDescription
FBFPivot1 The datasheet is cofigured for a pivoted Filter-By-Form (FBF) row for smaller screen sizes. See related FBFOptional.
UserFullTextSearch2 The mapper is cofigured for Full-Text Search (FTS) and user is allowed to use it. See related FTSOptional.
FBFOptional3 The mapper is cofigured with the Filter-By-Form (FBF) row display toggled by the user. See related FTSOptional.
FTSOptional4 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