Class HtmlShowTemplateBase
Base class for this transformation
public class HtmlShowTemplateBase
- Inheritance
-
HtmlShowTemplateBase
- Derived
Properties
- CurrentIndent
Gets the current indent we use when adding lines to the output
- Errors
The error collection for the generation process
- GenerationEnvironment
The string builder that generation-time code is using to assemble generated output
- Session
Current transformation session
- ToStringHelper
Helper to produce culture-oriented representation of an object as a string
Methods
- ClearIndent()
Remove any indentation
- Error(string)
Raise an error
- PopIndent()
Remove the last indent that was added with PushIndent
- PushIndent(string)
Increase the indent
- Warning(string)
Raise a warning
- Write(string)
Write text directly into the generated output
- Write(string, params object[])
Write formatted text directly into the generated output
- WriteLine(string)
Write text directly into the generated output
- WriteLine(string, params object[])
Write formatted text directly into the generated output