| InfoProviderInterfaceTemplate Class |
Namespace: CMS.DataEngine.Generators
public class InfoProviderInterfaceTemplate : InfoProviderInterfaceTemplateBase
The InfoProviderInterfaceTemplate type exposes the following members.
| Name | Description | |
|---|---|---|
| InfoProviderInterfaceTemplate |
Initializes a new instance of the InfoProviderInterfaceTemplate class using the specified data class.
|
| Name | Description | |
|---|---|---|
| CurrentIndent |
Gets the current indent we use when adding lines to the output
(Inherited from InfoProviderInterfaceTemplateBase.) | |
| Errors |
The error collection for the generation process
(Inherited from InfoProviderInterfaceTemplateBase.) | |
| GenerationEnvironment |
The string builder that generation-time code is using to assemble generated output
(Inherited from InfoProviderInterfaceTemplateBase.) | |
| HasCodeNameColumn |
Indicates whether a codename column is defined.
| |
| InfoClassName |
Gets the info class name.
| |
| InfoClassNamePluralized |
Gets the pluralized info class name.
| |
| InfoProviderInterfaceName |
Gets the info provider interface name.
| |
| IsSiteObject |
Gets a value that indicates if the info can be a site object (i.e. can have site ID specified).
| |
| Namespace |
Gets the namespace.
| |
| Session |
Current transformation session
(Inherited from InfoProviderInterfaceTemplateBase.) | |
| ToStringHelper |
Helper to produce culture-oriented representation of an object as a string
(Inherited from InfoProviderInterfaceTemplateBase.) |
| Name | Description | |
|---|---|---|
| ClearIndent |
Remove any indentation
(Inherited from InfoProviderInterfaceTemplateBase.) | |
| Error |
Raise an error
(Inherited from InfoProviderInterfaceTemplateBase.) | |
| PopIndent |
Remove the last indent that was added with PushIndent
(Inherited from InfoProviderInterfaceTemplateBase.) | |
| PushIndent |
Increase the indent
(Inherited from InfoProviderInterfaceTemplateBase.) | |
| TransformText |
Create the template output
| |
| Warning |
Raise a warning
(Inherited from InfoProviderInterfaceTemplateBase.) | |
| Write(String) |
Write text directly into the generated output
(Inherited from InfoProviderInterfaceTemplateBase.) | |
| Write(String, Object) |
Write formatted text directly into the generated output
(Inherited from InfoProviderInterfaceTemplateBase.) | |
| WriteLine(String) |
Write text directly into the generated output
(Inherited from InfoProviderInterfaceTemplateBase.) | |
| WriteLine(String, Object) |
Write formatted text directly into the generated output
(Inherited from InfoProviderInterfaceTemplateBase.) |