IEngine Properties |
The IEngine type exposes the following members.
| Name | Description | |
|---|---|---|
| AppDataPath | Gets the physical path to the application's data folder. | |
| ApplicationStorageEngine | Gets the database engine used for application storage. | |
| CallerContext | Gets the currently-executing user context. | |
| Configuration |
Gets the currently-loaded application configuration.
| |
| Culture |
Gets the culture to use for formatting dates, numbers, etc. This will typically
be the culture associated with the in-context Session.
| |
| HostIdentifier |
Gets the engine host identifier - a unique name that defines the engine host.
| |
| ServerQualifiedHostIdentifier | Gets the server-qualified engine host identifier. | |
| Session |
Gets the Session associated with the currently-executing user context.
| |
| State |
Gets the state of the application engine.
| |
| TempDataPath | Gets the path where any temporary application data is saved. | |
| TimeZone |
Gets the time zone to use for printing dates and times. This will typically
be the time zone associated with the in-context Session.
|