MapperKernelInit Method (String, IAppContext, Page) |
This method initializes the mapper.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void Init(
string key,
IAppContext context,
Page page
)
Public Overridable Sub Init (
key As String,
context As IAppContext,
page As Page
)
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 hosting the mapper.
Implements
IMapperInit(String, IAppContext, Page)See Also