\r\n

51Degrees Geo-Location .NET  4.4

Geo-location services for 51Degrees Pipeline

FiftyOne.GeoLocation.Core.Templates.JavaScriptResource Class Reference

Detailed Description

Class to produce the template output

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

[legend]

Collaboration diagram for FiftyOne.GeoLocation.Core.Templates.JavaScriptResource:

[legend]

Public Member Functions

virtual string  TransformText ()
Create the template output More...
 JavaScriptResource (string latitudeKey, string longitudeKey)
Constructor More...

Public Member Functions inherited from FiftyOne.GeoLocation.Core.Templates.JavaScriptResourceBase

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

Constructor & Destructor Documentation

◆ JavaScriptResource()

FiftyOne.GeoLocation.Core.Templates.JavaScriptResource.JavaScriptResource ( string   latitudeKey,
string   longitudeKey  
)

Constructor

Parameters
latitudeKey - The name of the cookie / form parameter to use when passing latitude data back from the client.
longitudeKey - The name of the cookie / form parameter to use when passing longitude data back from the client.

Member Function Documentation

◆ TransformText()

virtual string FiftyOne.GeoLocation.Core.Templates.JavaScriptResource.TransformText ( )
virtual

Create the template output