Click or drag to resize

Mapper Fields

The Mapper type exposes the following members.

Fields
  NameDescription
Protected field_appAppearance
The application appearance flags from the application context.
(Inherited from MapperKernel.)
Protected field_appContext
The current application context.
(Inherited from MapperKernel.)
Protected field_attributes
Attributes describing mapper behaviour.
(Inherited from MapperKernel.)
Protected field_cacheManagerParams
Parameters to manage data caching behavior CacheManagerParams.
(Inherited from MapperKernel.)
Protected field_cssClass
The CSS class name to use for mapper fields.
(Inherited from MapperKernel.)
Protected field_ctrlParent
The parent control to the mapper's bound fields.
(Inherited from MapperKernel.)
Protected field_currentPage
The (1-based) page to which the mapper is current positioned.
(Inherited from MapperKernel.)
Protected field_data
The operational data when such is provided programmatically instead of obtained through the normal mapper querying facilities.
(Inherited from MapperKernel.)
Protected field_databaseExplicitlySet
Identifies whether or not the database was explicitly set.
(Inherited from MapperKernel.)
Protected field_dataSourceKey
The key to the DataSource to use.
(Inherited from MapperKernel.)
Protected field_dbData
The operational data data source for the mapper.
(Inherited from MapperKernel.)
Protected field_dbRepos
The repository (meta-data) data source for the mapper.
(Inherited from MapperKernel.)
Protected field_defaultTargetFrame
The default frame for navigation links.
(Inherited from MapperKernel.)
Protected field_exts
The mapper's collection of extension components.
(Inherited from MapperKernel.)
Protected field_fields
The mapper's collection of IField objects.
(Inherited from MapperKernel.)
Protected field_filters
The mapper's collection of mapper filters.
(Inherited from MapperKernel.)
Protected field_flavor
The Flavor for which this mapper should render.
(Inherited from MapperKernel.)
Protected field_hostPane
The IWizContainerPane or IConsolePane hosting this mapper, if so hosted.
(Inherited from MapperKernel.)
Protected field_initialSelectedKeys
The optional set of initially selected RowKeys currently used for the initial state of the Datasheet row selector checkboxes.
(Inherited from MapperKernel.)
Protected field_isHtml5
True if the AppAppearance.Html5DocType attribute is set on the application
(Inherited from MapperKernel.)
Protected field_isPostBack
Specifies whether or not this page should be considered a postback.
(Inherited from MapperKernel.)
Protected field_key
The unique identifier for the mapper (IMapper.Key).
(Inherited from MapperKernel.)
Protected field_lastCountFilter
The last SQL query used to determine the mapper record count.
(Inherited from MapperKernel.)
Protected field_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.)
Protected field_lastQueryFilter
The last SQL query used to filter the mapper.
(Inherited from MapperKernel.)
Protected field_mapperModuleKey
The module for the mapper (from xmt_datamappers.module_key) vs. _moduleKey which is obtained from the MOP.
(Inherited from MapperKernel.)
Protected field_mode
Mapper mode specifies how the mapper is being used and controls the overall look and behaviour of the mapper.
(Inherited from MapperKernel.)
Protected field_moduleKey
The module key, generally used in conjunction with the page name to form a MOP (module!page).
(Inherited from MapperKernel.)
Protected field_moveReason
The reason for the current/last Move call.
(Inherited from MapperKernel.)
Protected field_navTarget
The NavTarget context under which the mapper is rendering.
(Inherited from MapperKernel.)
Protected field_new
Identifies whether the mapper is positioned on a new row.
(Inherited from MapperKernel.)
Protected field_page
The .Net Page object on which this mapper is rendering. May be null.
(Inherited from MapperKernel.)
Protected field_pageInfo
The NetQuarry PageInfo object describing the page on which this mapper is rendering. May be null.
(Inherited from MapperKernel.)
Protected field_pageName
The platform page name, generally used in conjunction with the module to form a MOP (module!page).
(Inherited from MapperKernel.)
Protected field_pageNumber
Used by the datasheet to control paging
(Inherited from MapperKernel.)
Protected field_pei
The page element associated with this mapper. May be null.
(Inherited from MapperKernel.)
Protected field_processing
The current processing being performed by the mapper.
(Inherited from MapperKernel.)
Protected field_props
The mapper's collection of properties.
(Inherited from MapperKernel.)
Protected field_purpose
The current purpose for this mapper instance.
(Inherited from MapperKernel.)
Protected field_recordCount
The number of records in the mapper per the current filter.
(Inherited from MapperKernel.)
Protected field_recsPerPage
The number of records per page.
(Inherited from MapperKernel.)
Protected field_requeryHints
Hints provided to Requery.
(Inherited from MapperKernel.)
Protected field_revealText
Specifies whether or not to render in RevealText mode to show developer the source of customizeable text.
(Inherited from MapperKernel.)
Protected field_sort
The mapper's current SQL sort clause.
(Inherited from MapperKernel.)
Protected field_sqlRowNumPaging
Used by the datasheet to control paging
(Inherited from MapperKernel.)
Protected field_state
The internal state of the mapper.
(Inherited from MapperKernel.)
Protected field_textItems
The mapper's collection of localized text.
(Inherited from MapperKernel.)
Protected field_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.)
Protected field_viewName
The name of the mapper's underlying table or view.
(Inherited from MapperKernel.)
Protected field_viewState
The page's ViewState.
(Inherited from MapperKernel.)
Public fieldERROR_FIELD_VALUE
Field value error prefix for internal use only.
(Inherited from MapperKernel.)
Top
See Also