CodeGenerationEngineBaseEmitType Enumeration |
Emit type enum for the code generation engines derived from this class.
Namespace:
SD.LLBLGen.Pro.GeneratorCore
Assembly:
SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax Protected Enumeration EmitType
Members
| Member name | Value | Description |
---|
| AllEntities | 0 |
Perform the task on all entities
|
| AllTypedLists | 1 |
Perform the task on all typedlists
|
| AllTypedViews | 2 |
Perform the task on all typedviews
|
| ActionSPCalls | 3 |
Perform the task on all action sp calls
|
| RetrievalSPCalls | 4 |
Perform the task on all retrieval sp calls
|
| Generic | 5 |
Perform the task once, on the input
|
| AllValueTypes | 6 |
Perform the task on all value types.
|
| AllModelViews | 7 |
Perform the task on all modelviews in the project.
|
| AllTvfCalls | 8 |
Perform the task on all table valued function calls in the project.
|
| AllRootDerivedElements | 9 |
Perform the task on all root document definitions in the generator.
|
See Also