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
)
Public Sub New (
cxt As IAppContext,
repository As IDatabase,
mapperKey As String
)
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