ModelingTextTransformation Members
Include Protected Members
Include Inherited Members
The ModelingTextTransformation type exposes the following members.
Constructors
Name
Description
Top
Methods
Name
Description
Resets the CurrentIndent to an empty string. (Inherited from TextTransformation.)
ConvertModelRelativePathToTemplateRelativePath
Overloaded.
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. (Inherited from TextTransformation.)
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. (Inherited from TextTransformation.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
(Overrides TextTransformation.Initialize().)
Creates a shallow copy of the current Object. (Inherited from Object.)
Removes the most recently added text from CurrentIndent. (Inherited from TextTransformation.)
Adds text to CurrentIndent, which is prefixed to each line of the generated text output. (Inherited from TextTransformation.)
Returns a string that represents the current object. (Inherited from Object.)
When overridden in a derived class, generates the text output of the transformation. (Inherited from TextTransformation.)
Creates a new warning to store information about errors that occur during the text template transformation process. (Inherited from TextTransformation.)
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. (Inherited from TextTransformation.)
Infrastructure. Gets the error collection for the text template transformation process. (Inherited from TextTransformation.)
Gets or sets the string that the text template transformation process is using to assemble the generated text output. (Inherited from TextTransformation.)
Top