CodeGeneratorGenerateTypedMappers Method (IAppContext, String, String, TypedMapperGenOptions, CodeGenerationOutputType, Boolean) |
Generates the classes in the specified file.
Namespace:
NetQuarry.Metadata
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void GenerateTypedMappers(
IAppContext appCxt,
string generatedFileName,
string generatedSessionFileName,
TypedMapperGenOptions options,
CodeGenerationOutputType outputType,
bool append
)
Public Shared Sub GenerateTypedMappers (
appCxt As IAppContext,
generatedFileName As String,
generatedSessionFileName As String,
options As TypedMapperGenOptions,
outputType As CodeGenerationOutputType,
append As Boolean
)
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context object. - generatedFileName
- Type: SystemString
The name of the generated file name. Note that this must be located in a legal and existing path. - generatedSessionFileName
- Type: SystemString
The name of the generated file to write for the Session dervied class. - options
- Type: NetQuarry.MetadataTypedMapperGenOptions
Generation options. - outputType
- Type: NetQuarry.MetadataCodeGenerationOutputType
The type of generation to perform. - append
- Type: SystemBoolean
Whether the generation should append to an existing file.
See Also