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
Public Enumeration CodeGenerationOutputType
Members
| Member name | Value | Description |
---|
| TypedMapper | 0 | The generator should generate TypedMapper derived classes/ |
| Session | 1 | The generator should generate the Session derived class. |
| PicklistEnums | 2 |
The generator should generate the Picklist enumerations.
|
| RemoteMappers | 3 |
The generator should generate the RemoteMappers
|
| Api | 4 |
The generator should generate the Api files
|
See Also