Click or drag to resize
BindingInfoProviderInterfaceTemplate Methods

The BindingInfoProviderInterfaceTemplate type exposes the following members.

Methods
  NameDescription
Public methodClearIndent
Remove any indentation
(Inherited from BindingInfoProviderInterfaceTemplateBase.)
Public methodError
Raise an error
(Inherited from BindingInfoProviderInterfaceTemplateBase.)
Public methodPopIndent
Remove the last indent that was added with PushIndent
(Inherited from BindingInfoProviderInterfaceTemplateBase.)
Public methodPushIndent
Increase the indent
(Inherited from BindingInfoProviderInterfaceTemplateBase.)
Public methodTransformText
Create the template output
Public methodWarning
Raise a warning
(Inherited from BindingInfoProviderInterfaceTemplateBase.)
Public methodWrite(String)
Write text directly into the generated output
(Inherited from BindingInfoProviderInterfaceTemplateBase.)
Public methodWrite(String, Object)
Write formatted text directly into the generated output
(Inherited from BindingInfoProviderInterfaceTemplateBase.)
Public methodWriteLine(String)
Write text directly into the generated output
(Inherited from BindingInfoProviderInterfaceTemplateBase.)
Public methodWriteLine(String, Object)
Write formatted text directly into the generated output
(Inherited from BindingInfoProviderInterfaceTemplateBase.)
Top
See Also