\r\n

51Degrees Geo-Location .NET  4.4

Geo-location services for 51Degrees Pipeline

FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase Class Reference

Detailed Description

Base class for this transformation

Inheritance diagram for FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase:

[legend]

Classes

class  ToStringInstanceHelper
Utility class to produce culture-oriented representation of an object as a string. More...

Public Member Functions

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...

Properties

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...

Member Function Documentation

◆ ClearIndent()

void FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.ClearIndent ( )

Remove any indentation

◆ Error()

void FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.Error ( string   message )

Raise an error

◆ PopIndent()

string FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.PopIndent ( )

Remove the last indent that was added with PushIndent

◆ PushIndent()

void FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.PushIndent ( string   indent )

Increase the indent

◆ Warning()

void FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.Warning ( string   message )

Raise a warning

◆ Write() [1/2]

void FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.Write ( string   textToAppend )

Write text directly into the generated output

◆ Write() [2/2]

void FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.Write ( string   format,
params object []   args  
)

Write formatted text directly into the generated output

◆ WriteLine() [1/2]

void FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.WriteLine ( string   textToAppend )

Write text directly into the generated output

◆ WriteLine() [2/2]

void FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.WriteLine ( string   format,
params object []   args  
)

Write formatted text directly into the generated output

Property Documentation

◆ CurrentIndent

string FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.CurrentIndent
get

Gets the current indent we use when adding lines to the output

◆ Errors

System.CodeDom.Compiler.CompilerErrorCollection FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.Errors
get

The error collection for the generation process

◆ GenerationEnvironment

System.Text.StringBuilder FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.GenerationEnvironment
get set protected

The string builder that generation-time code is using to assemble generated output

◆ Session

virtual global.System.Collections.Generic.IDictionary<string, object> FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.Session
get set

Current transformation session

◆ ToStringHelper

ToStringInstanceHelper FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase.ToStringHelper
get

Helper to produce culture-oriented representation of an object as a string