Click or drag to resize

AppGlobal Properties

The AppGlobal type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCache
Contains the DataCache for the active users customer. Can be null if the cache has not yet been initialized. Caution: The Cache should be used with care as you can't rely on that it contains newly created data such as Properties and Data Object Types. Cache is mainly intended to be used in the Web layer - it is refreshed every time a page is rendered.
Public propertyStatic memberCaches
Contains all the customer DataCache objects
Public propertyStatic memberCustomerConnStr
The connection string the the Customer database as registered in the master database
Public propertyStatic memberLockMode
When set to 1 the application runs in a serialized database locking scheme.
Public propertyStatic memberMasterConnStr
ADO.NET connection string the the master database. Initialized from the registry by default but can be set programatically.
Public propertyStatic memberMasterSettings
Contains the settings from the master database
Top
See Also