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