Click or drag to resize

FlavorsMap Constructor

Constructor.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public FlavorsMap(
	IAppContext cxt,
	IDatabase repository,
	string mapperKey
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
repository
Type: NetQuarryIDatabase
The repository database for this application. The repository contains the custom flavor names.
mapperKey
Type: SystemString
The mapper in for which to load custom flavor names.
See Also