Click or drag to resize

AdHocTemplate Class

Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TemplatesAdHocTemplate

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Templates
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public class AdHocTemplate

The AdHocTemplate type exposes the following members.

Constructors
  NameDescription
Public methodAdHocTemplate
CTor
Top
Properties
  NameDescription
Public propertyEmitType
The 'emitType' value
Public propertyOutputFilename
The filename to use for the output. Doesn't contain any folder.
Public propertyOutputFolder
The folder into which the output should be written
Public propertyTemplateFilename
The 'filename' value
Public propertyTemplateID
The templateid to use in a created templatebindings file and the runqueue task created from this adhoc template.
Public propertyTypeOfTemplate
The type of the template wihch can be used to e.g. determine which code generator to use to handle it.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also