ThinDetailThinInit Method (IAppContext, String, Flavors) |
Initialize the ThinDetail. This includes initializing the mapper, but does not include
adding controls for the mapper's fields.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void ThinInit(
IAppContext cxt,
string key,
Flavors flavor
)
Public Sub ThinInit (
cxt As IAppContext,
key As String,
flavor As Flavors
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - key
- Type: SystemString
The IMapper.Key of the mapper to initialize. - flavor
- Type: NetQuarry.DataFlavors
The flavor for the mapper.
See Also