BindingInfoProviderInterfaceTemplate Class |
Namespace: CMS.DataEngine.Generators
public class BindingInfoProviderInterfaceTemplate : BindingInfoProviderInterfaceTemplateBase
The BindingInfoProviderInterfaceTemplate type exposes the following members.
Name | Description | |
---|---|---|
BindingInfoProviderInterfaceTemplate |
Initializes a new instance of the BindingInfoProviderInterfaceTemplate class using the specified data class.
|
Name | Description | |
---|---|---|
CurrentIndent |
Gets the current indent we use when adding lines to the output
(Inherited from BindingInfoProviderInterfaceTemplateBase.) | |
Errors |
The error collection for the generation process
(Inherited from BindingInfoProviderInterfaceTemplateBase.) | |
GenerationEnvironment |
The string builder that generation-time code is using to assemble generated output
(Inherited from BindingInfoProviderInterfaceTemplateBase.) | |
HasAttributes |
Gets a value indicating whether the binding has any attributes.
| |
InfoClassName |
Gets the info class name.
| |
InfoProviderInterfaceName |
Gets the info provider interface name.
| |
LeftObjectCodeName |
Gets the binding left side name without spaces.
| |
LeftObjectName |
Gets the binding left side variable name.
| |
LeftSideColumnName |
Gets the binding left side column name.
| |
LeftVariableName |
Gets the binding left side variable name.
| |
Namespace |
Gets the namespace.
| |
RightObjectCodeName |
Gets the binding right side name without spaces.
| |
RightObjectName |
Gets the binding right side variable name.
| |
RightSideColumnName |
Gets the binding right side column name.
| |
RightVariableName |
Gets the binding right side variable name.
| |
Session |
Current transformation session
(Inherited from BindingInfoProviderInterfaceTemplateBase.) | |
ToStringHelper |
Helper to produce culture-oriented representation of an object as a string
(Inherited from BindingInfoProviderInterfaceTemplateBase.) |
Name | Description | |
---|---|---|
ClearIndent |
Remove any indentation
(Inherited from BindingInfoProviderInterfaceTemplateBase.) | |
Error |
Raise an error
(Inherited from BindingInfoProviderInterfaceTemplateBase.) | |
PopIndent |
Remove the last indent that was added with PushIndent
(Inherited from BindingInfoProviderInterfaceTemplateBase.) | |
PushIndent |
Increase the indent
(Inherited from BindingInfoProviderInterfaceTemplateBase.) | |
TransformText |
Create the template output
| |
Warning |
Raise a warning
(Inherited from BindingInfoProviderInterfaceTemplateBase.) | |
Write(String) |
Write text directly into the generated output
(Inherited from BindingInfoProviderInterfaceTemplateBase.) | |
Write(String, Object) |
Write formatted text directly into the generated output
(Inherited from BindingInfoProviderInterfaceTemplateBase.) | |
WriteLine(String) |
Write text directly into the generated output
(Inherited from BindingInfoProviderInterfaceTemplateBase.) | |
WriteLine(String, Object) |
Write formatted text directly into the generated output
(Inherited from BindingInfoProviderInterfaceTemplateBase.) |