Interface
caplin.services

AppService

Provides information specific to this application instance.

Constructor Summary

Attributes Name and Description
caplin.services.AppService()

Method Summary

Attributes Name and Description
string getProperty(String sPropertyName)

Retrieves the named property.

string getVersion()

Returns the version string.

Constructor Detail

caplin.services.AppService()

Method Detail

string getProperty(String sPropertyName)

Retrieves the named property.

Parameters
String sPropertyName The name of the property.
Returns
{string} The property value.

string getVersion()

Returns the version string.

Returns
{string} A version string.