AppGlobal Properties |
The AppGlobal type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Cache |
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.
|
![]() ![]() | Caches |
Contains all the customer DataCache objects
|
![]() ![]() | CustomerConnStr |
The connection string the the Customer database as registered in the master database
|
![]() ![]() | LockMode |
When set to 1 the application runs in a serialized database locking scheme.
|
![]() ![]() | MasterConnStr |
ADO.NET connection string the the master database. Initialized from
the registry by default but can be set programatically.
|
![]() ![]() | MasterSettings |
Contains the settings from the master database
|