Click or drag to resize

CodeGenerator.GenerateTypedMappers 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
)

Parameters

appCxt
Type: NetQuarry.IAppContext
The application context object.
generatedFileName
Type: System.String
The name of the generated file name. Note that this must be located in a legal and existing path.
generatedSessionFileName
Type: System.String
The name of the generated file to write for the Session dervied class.
options
Type: NetQuarry.Metadata.TypedMapperGenOptions
Generation options.
outputType
Type: NetQuarry.Metadata.CodeGenerationOutputType
The type of generation to perform.
append
Type: System.Boolean
Whether the generation should append to an existing file.
See Also