◆ ClearIndent()
| void FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.ClearIndent | ( | ) |
Remove any indentation
\r\n
Base class for this transformation
| class | ToStringInstanceHelper
Utility class to produce culture-oriented representation of an object as a string. More...
|
| void | Write (string textToAppend)
Write text directly into the generated output More...
|
| void | WriteLine (string textToAppend)
Write text directly into the generated output More...
|
| void | Write (string format, params object[] args)
Write formatted text directly into the generated output More...
|
| void | WriteLine (string format, params object[] args)
Write formatted text directly into the generated output More...
|
| void | Error (string message)
Raise an error More...
|
| void | Warning (string message)
Raise a warning More...
|
| void | PushIndent (string indent)
Increase the indent More...
|
| string | PopIndent ()
Remove the last indent that was added with PushIndent More...
|
| void | ClearIndent ()
Remove any indentation More...
|
| System.Text.StringBuilder | GenerationEnvironment [get, set]
The string builder that generation-time code is using to assemble generated output More...
|
| System.CodeDom.Compiler.CompilerErrorCollection | Errors [get]
The error collection for the generation process More...
|
| string | CurrentIndent [get]
Gets the current indent we use when adding lines to the output More...
|
| virtual global::System.Collections.Generic.IDictionary< string, object > | Session [get, set]
Current transformation session More...
|
| ToStringInstanceHelper | ToStringHelper [get]
Helper to produce culture-oriented representation of an object as a string More...
|
| void FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.ClearIndent | ( | ) |
Remove any indentation
| void FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.Error | ( | string | message | ) |
Raise an error
| string FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.PopIndent | ( | ) |
Remove the last indent that was added with PushIndent
| void FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.PushIndent | ( | string | indent | ) |
Increase the indent
| void FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.Warning | ( | string | message | ) |
Raise a warning
| void FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.Write | ( | string | textToAppend | ) |
Write text directly into the generated output
| void FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.Write | ( | string | format, |
| params object [] | args | ||
| ) |
Write formatted text directly into the generated output
| void FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.WriteLine | ( | string | textToAppend | ) |
Write text directly into the generated output
| void FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.WriteLine | ( | string | format, |
| params object [] | args | ||
| ) |
Write formatted text directly into the generated output
| string FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.CurrentIndent |
Gets the current indent we use when adding lines to the output
| System.CodeDom.Compiler.CompilerErrorCollection FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.Errors |
The error collection for the generation process
| System.Text.StringBuilder FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.GenerationEnvironment |
The string builder that generation-time code is using to assemble generated output
| virtual global.System.Collections.Generic.IDictionary<string, object> FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.Session |
Current transformation session
| ToStringInstanceHelper FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.ToStringHelper |
Helper to produce culture-oriented representation of an object as a string