Click or drag to resize

MapperDatasheetInit Method (String, IAppContext, Page, PageInfo)

This method initializes the mapper.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public override void Init(
	string key,
	IAppContext context,
	Page page,
	PageInfo pageInfo
)

Parameters

key
Type: SystemString
The unique key for the mapper. Used to load meta-data and uniquely identify the mapper.
context
Type: NetQuarryIAppContext
The current application context object.
page
Type: System.Web.UIPage
The current page to which to bind.
pageInfo
Type: NetQuarryPageInfo
The PageInfo of the current page hosting the mapper.

Implements

IMapperInit(String, IAppContext, Page, PageInfo)
See Also