Click or drag to resize

CodeGenerationOutputType Enumeration

Specifies the type of generation to perform.

Namespace:  NetQuarry.Metadata
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum CodeGenerationOutputType
Members
  Member nameValueDescription
TypedMapper0The generator should generate TypedMapper derived classes/
Session1The generator should generate the Session derived class.
PicklistEnums2 The generator should generate the Picklist enumerations.
RemoteMappers3 The generator should generate the RemoteMappers
Api4 The generator should generate the Api files
See Also