Click or drag to resize
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 enum EmitType
Members
  Member nameValueDescription
AllEntities0 Perform the task on all entities
AllTypedLists1 Perform the task on all typedlists
AllTypedViews2 Perform the task on all typedviews
ActionSPCalls3 Perform the task on all action sp calls
RetrievalSPCalls4 Perform the task on all retrieval sp calls
Generic5 Perform the task once, on the input
AllValueTypes6 Perform the task on all value types.
AllModelViews7 Perform the task on all modelviews in the project.
AllTvfCalls8 Perform the task on all table valued function calls in the project.
AllRootDerivedElements9 Perform the task on all root document definitions in the generator.
See Also