Click or drag to resize

MapperKernel Fields

The MapperKernel type exposes the following members.

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