The Global type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | Application_End | |
![]() | Application_Error |
Standard application error method, handles logging the error and sending out administrator email
notifications.
|
![]() | Application_Start | |
![]() | AppLogLogout |
Helper method used to log the end of the session.
|
![]() | CheckUrl |
This method is used to enforce the force https software trigger.
Relies on forcehttps entry in settings.xml or Web.config app settings section.
|
![]() ![]() | DataTableToJson |
Converts a datatable to a JSON. Web config settings protect against
overloading this feature with too much data.
|
![]() | GetAppString |
Helper method that returns the requested string.
|
![]() | GetColumnInfo |
Simplified helper method that gets the column info data from the database.
|
![]() | GetCoreTables |
Simplified helper method that gets the core tables from the database.
|
![]() | GetCoreTablesActive |
Simplified helper method that gets the active core tables from the database.
|
![]() | GetSecretKey |
Returns a reference to the secret key.
|
![]() | GetServiceReference |
Returns a reference to the service client.
|
![]() ![]() | HasPerm |
Returns true if the user has the current perm enabled.
|
![]() | LoadFilters |
Loads a set of open filters from the given comma separated string.
|
![]() | Log |
Generic logging shortcut call, for quick debug dumps.
|
![]() | Prep |
Application prep method loads all setings from Web.config app settings or from settings.xml.
Sets up debugging output streams if necessary.
|
![]() ![]() | SafeAdd |
Safely adds an object to the application cache.
|
![]() | SendErrorEmail |
Used to send administrator notification emails. Requires
adminemail, and senderroremail tags in settings.xml or the Web.config app settings
section.
|
![]() | Session_End | |
![]() | Session_Start | |
![]() | SetBanner |
Utility method for setting the current banner on the site before it is automatically determined based on GET request or the Session.
|
See Also