Click or drag to resize
CodeGenerationEngineBase Properties

The CodeGenerationEngineBase type exposes the following members.

Properties
  NameDescription
Public propertyActiveTask
Gets or sets the active task to perform.
(Inherited from TaskPerformerBase.)
Protected propertyElementFilterToUse
Gets or sets the element filter to use, as it's specified in the task parameters.
Protected propertyEncodingToUse
Gets or sets the encoding to use.
(Inherited from TaskPerformerBase.)
Public propertyExecutingGenerator
Gets or sets the executing generator.
(Inherited from TaskPerformerBase.)
Public propertyLogLineHandlerToUse
The handler of the LogLineInApplicationOutputCallBack. Setting this property will allow the generator and any task or taskgroup to log text on the application output window.
(Inherited from TaskPerformerBase.)
Protected propertyOriginalFileContents
Gets or sets the original file contents.
Public propertyPerformResult
Reflects the result of the already executed Perform method. Should return false when Perform hasn't been called yet. Other tasks can use this property to check what the result was of a given task.
(Inherited from TaskPerformerBase.)
Top
See Also