TextTransformation Members
Include Protected Members
Include Inherited Members
The abstract base class for all generated transformation classes. This class also provides utility methods and properties for use in text template code.
The TextTransformation type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the TextTransformation class.
Top
Methods
Name
Description
Resets the CurrentIndent to an empty string.
Overloaded. Releases the resources used by the TextTransformation.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Creates a new error to store information about errors that occur during the text template transformation process.
Allows an Object to attempt to free resources and perform other cleanup operations before it is reclaimed by the garbage collector. Called by the garbage collector. (Overrides Object.Finalize().)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Infrastructure. Initializes the TextTransformation class.
Creates a shallow copy of the current Object. (Inherited from Object.)
Removes the most recently added text from CurrentIndent.
Adds text to CurrentIndent, which is prefixed to each line of the generated text output.
Returns a string that represents the current object. (Inherited from Object.)
When overridden in a derived class, generates the text output of the transformation.
Creates a new warning to store information about errors that occur during the text template transformation process.
Overloaded. Appends text to the GenerationEnvironment. When the text template transformation process is completed, GenerationEnvironment becomes the final generated text output.
Overloaded. Writes text and the default line terminator to the GenerationEnvironment. When the text template transformation process is completed, GenerationEnvironment becomes the final generated text output.
Top
Properties
Name
Description
Gets the current indent text, which is prefixed to each line of the generated text output.
Infrastructure. Gets the error collection for the text template transformation process.
Gets or sets the string that the text template transformation process is using to assemble the generated text output.
Top