Click or drag to resize

ThinDetailThinInit Method (IAppContext, String, Flavors, MapperLoadFlags)

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,
	MapperLoadFlags flags
)

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.
flags
Type: NetQuarry.DataMapperLoadFlags
Flags affecting how the mapper is loaded.
See Also