BindingInfoTemplateBase Class |
Namespace: CMS.DataEngine.Generators
public class BindingInfoTemplateBase
The BindingInfoTemplateBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | BindingInfoTemplateBase |
Name | Description | |
---|---|---|
![]() | 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
|
Name | Description | |
---|---|---|
![]() | ClearIndent |
Remove any indentation
|
![]() | Error |
Raise an error
|
![]() | PopIndent |
Remove the last indent that was added with PushIndent
|
![]() | PushIndent |
Increase the indent
|
![]() | Warning |
Raise a warning
|
![]() | Write(String) |
Write text directly into the generated output
|
![]() | Write(String, Object) |
Write formatted text directly into the generated output
|
![]() | WriteLine(String) |
Write text directly into the generated output
|
![]() | WriteLine(String, Object) |
Write formatted text directly into the generated output
|