TaskPerformerBase Class |
Namespace: SD.LLBLGen.Pro.GeneratorCore
The TaskPerformerBase type exposes the following members.
Name | Description | |
---|---|---|
TaskPerformerBase |
CTor
|
Name | Description | |
---|---|---|
ActiveTask |
Gets or sets the active task to perform.
| |
EncodingToUse |
Gets or sets the encoding to use.
| |
ExecutingGenerator |
Gets or sets the executing generator.
| |
LogLineHandlerToUse |
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.
| |
PerformResult |
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.
|
Name | Description | |
---|---|---|
AddNewLogNode |
Adds a new log node.
| |
CheckIfFileCanBeCreated |
Checks if file can be created. This isn't the case if one or more folders are missing.
| |
CheckIfTemplateFileContentsExists |
Checks if the template file and contents exists for the templateid specified.
| |
CreateFilename(String, String) |
Creates a new filename without path, using the filename format and the specified values
| |
CreateFilename(String, String, String) |
Creates a new filename without path, using the filename format and the specified values
| |
CreateFilename(String, String, String, String) |
Creates a new filename without path, using the filename format and the specified values
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetTaskPerformerName |
Gets the name of the task performer.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HandleDestinationFolder(String) |
Handles the destination folder. It replaces the placeholders for dbgeneric/specific subfolder names with the contents passed in.
| |
HandleDestinationFolder(String, String, String) |
Handles the destination folder. It replaces the placeholders for dbgeneric/specific subfolder names with the contents passed in.
| |
LogLine(String, String) |
Logs the line in LineToLog in the output window, no verbose specification, which means that the line is logged
even when the verbose checkbox is disabled. Always appends a newline.
| |
LogLine(String, String, Boolean) |
Logs the line in LineToLog in the output window, based on the verbose setting isVerboseMessage, which means that the line is not logged
when the verbose checkbox is disabled if isVerboseMessage is set to true. Always appends a newline.
| |
LogLine(String, String, Boolean, Boolean) |
Logs the given line to the output window. Based on the verbose checkbox and the VerboseMessage flag the message is logged or not.
If the verbose checkbox is set, also lines with VerboseMessage=true will be logged, otherwise these messages will be surpressed.
Appends a newline if AppendNewLine is set to true.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Perform(IGenerator, ITask) |
Executes the task which is performed by the implementor of ITaskPerformer.
It assumes there are no parameters. The method's result should be stored locally and
the property PerformResult should reflect the result of this method,
when that property is called after the method.
| |
Perform(IGenerator, ITask, DictionaryString, TaskParameter) |
Executes the task which is performed by the implementor of ITaskPerformer.
The method's result should be stored locally and
the property PerformResult should reflect the result of this method,
when that property is called after the method.
| |
ReplaceDatabaseDriverShortNames |
Replaces the database / driver short names in the format specified.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |