MapperKernel Fields |
The MapperKernel type exposes the following members.
Name | Description | |
---|---|---|
_appAppearance | The application appearance flags from the application context. | |
_appContext | The current application context. | |
_attributes | Attributes describing mapper behaviour. | |
_cacheManagerParams | Parameters to manage data caching behavior CacheManagerParams. | |
_cssClass | The CSS class name to use for mapper fields. | |
_csSortSpec | The prefix for a mapper SortSpec expression. | |
_ctrlParent | The parent control to the mapper's bound fields. | |
_currentPage | The (1-based) page to which the mapper is current positioned. | |
_data |
The operational data when such is provided programmatically instead of
obtained through the normal mapper querying facilities.
| |
_databaseExplicitlySet | Identifies whether or not the database was explicitly set. | |
_dataSourceKey | The key to the DataSource to use. | |
_dbData | The operational data data source for the mapper. | |
_dbRepos | The repository (meta-data) data source for the mapper. | |
_defaultTargetFrame | The default frame for navigation links. | |
_exts | The mapper's collection of extension components. | |
_fields | The mapper's collection of IField objects. | |
_filters | The mapper's collection of mapper filters. | |
_flavor | The Flavor for which this mapper should render. | |
_hostPane | The IWizContainerPane or IConsolePane hosting this mapper, if so hosted. | |
_initialSelectedKeys | The optional set of initially selected RowKeys currently used for the initial state of the Datasheet row selector checkboxes. | |
_isHtml5 | True if the AppAppearance.Html5DocType attribute is set on the application | |
_isPostBack | Specifies whether or not this page should be considered a postback. | |
_key | The unique identifier for the mapper (IMapper.Key). | |
_lastCountFilter | The last SQL query used to determine the mapper record count. | |
_lastPseudoSQL |
The last main query SQL statement executed.
This is used internally to determine if the query SQL has changed since the last query.
| |
_lastQueryFilter | The last SQL query used to filter the mapper. | |
_mapperModuleKey | The module for the mapper (from xmt_datamappers.module_key) vs. _moduleKey which is obtained from the MOP. | |
_mode | Mapper mode specifies how the mapper is being used and controls the overall look and behaviour of the mapper. | |
_moduleKey | The module key, generally used in conjunction with the page name to form a MOP (module!page). | |
_moveReason | The reason for the current/last Move call. | |
_navTarget | The NavTarget context under which the mapper is rendering. | |
_new | Identifies whether the mapper is positioned on a new row. | |
_page | The .Net Page object on which this mapper is rendering. May be null. | |
_pageInfo | The NetQuarry PageInfo object describing the page on which this mapper is rendering. May be null. | |
_pageName | The platform page name, generally used in conjunction with the module to form a MOP (module!page). | |
_pageNumber | Used by the datasheet to control paging | |
_pei | The page element associated with this mapper. May be null. | |
_processing | The current processing being performed by the mapper. | |
_propFldReferencedBy |
The DependencyOrderFields method sets a property by this name on fields referenced by other fields.
The value of the property will be the semi-colon-separated list of field keys of the fields so referencing.
See also _propFldReferences.
| |
_propFldReferences |
The DependencyOrderFields method sets a property by this name on fields referencing other fields.
The value of the property will be the semi-colon-separated list of field keys of the fields referenced.
See also _propFldReferencedBy.
| |
_props | The mapper's collection of properties. | |
_purpose | The current purpose for this mapper instance. | |
_recordCount | The number of records in the mapper per the current filter. | |
_recsPerPage | The number of records per page. | |
_requeryHints | Hints provided to Requery. | |
_revealText | Specifies whether or not to render in RevealText mode to show developer the source of customizeable text. | |
_sort | The mapper's current SQL sort clause. | |
_sqlRowNumPaging | Used by the datasheet to control paging | |
_state | The internal state of the mapper. | |
_textItems | The mapper's collection of localized text. | |
_topN |
The number of records to retrieve in the database query (for efficiency). This
is typically one more than the last record of interest given the current paging.
We get one extra record in order to determine if more pages are available.
| |
_viewName | The name of the mapper's underlying table or view. | |
_viewState | The page's ViewState. | |
ERROR_FIELD_VALUE |
Field value error prefix for internal use only.
|