Click or drag to resize
InfoTemplateBase Class
Base class for this transformation
Inheritance Hierarchy

Namespace: CMS.DataEngine.Generators
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public class InfoTemplateBase

The InfoTemplateBase type exposes the following members.

Constructors
  NameDescription
Public methodInfoTemplateBase
Top
Properties
  NameDescription
Public propertyCurrentIndent
Gets the current indent we use when adding lines to the output
Public propertyErrors
The error collection for the generation process
Protected propertyGenerationEnvironment
The string builder that generation-time code is using to assemble generated output
Public propertySession
Current transformation session
Public propertyToStringHelper
Helper to produce culture-oriented representation of an object as a string
Top
Methods
  NameDescription
Public methodClearIndent
Remove any indentation
Public methodError
Raise an error
Public methodPopIndent
Remove the last indent that was added with PushIndent
Public methodPushIndent
Increase the indent
Public methodWarning
Raise a warning
Public methodWrite(String)
Write text directly into the generated output
Public methodWrite(String, Object)
Write formatted text directly into the generated output
Public methodWriteLine(String)
Write text directly into the generated output
Public methodWriteLine(String, Object)
Write formatted text directly into the generated output
Top
See Also