The BasePageStandard type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| BasePageStandard |
Default constructor, preps the datastore for cookie infomation.
|
Methods
| Name | Description | |
|---|---|---|
| AppLogLogin |
Simplified method for logging application login attempts.
| |
| AppLogLogout |
Simplified method for logging application logout attempts.
| |
| AppLogPage |
Simplified method for logging application page access.
| |
| CheckForExpiration |
Checks to see if the given user account is expired or not
| |
| CheckForInjection |
Checks for sql statements in queries.
| |
| CheckHasTimedOut |
Check to see if the current session has timed out.
| |
| CheckPagePermission |
Calling method for CheckPermissions, loads up a reference to the service client before calling the CheckPermissions method.
| |
| CheckPermissions |
Checks the current page permissions by pageName, userId, and userRolesId.
| |
| GetActiveFilter |
Returns the active filter from the filter object manager if there is one.
| |
| GetActiveFilterActiveReport |
Returns the ReportObj if there is an active filter with a report at the Session stored
index 'reportIndex'.
| |
| GetActiveFilterActiveStat |
Returns the ReportObj if there is an active filter with a report at the Session stored
index 'reportIndex'.
| |
| GetActiveFilterId |
Returns the active filter's filter ID.
| |
| GetActiveFilterReportAt |
Returns the active filter's report at the provided index.
| |
| GetActiveFilterStatAt |
Returns the active filter's statistic at the provided index.
| |
| GetActiveReportId |
Returns the active report id or new if the report is a new report.
| |
| GetActiveReportIndex |
Returns the active report index.
| |
| GetActiveReportIndexStr |
Returns the active report index as a string.
| |
| GetActiveStatId |
Returns the active report id or new if the report is a new report.
| |
| GetActiveStatIndex |
Returns the active report index.
| |
| GetActiveStatIndexStr |
Returns the active report index as a string.
| |
| GetAdminUserRole |
Returns the Admin user role id as a string.
| |
| GetAdminUserRoleStatic |
Returns the Admin user role id as a string.
| |
| GetFilterObjManager |
Returns the filter object manager.
| |
| GetHasActiveFilter |
Returns true if there is an active filter.
| |
| GetHasActiveFilterActiveReport |
Returns true if there is an active filter with a report at the Session stored
index 'reportIndex'.
| |
| GetHasActiveFilterActiveStat |
Returns true if there is an active filter with a stat at the Session stored
index 'statIndex'.
| |
| GetHasActiveFilterReportAt |
Returns true if there is an active filter with a report at the provided index.
| |
| GetHasActiveFilterStatAt |
Returns true if there is an active filter with a stat at the provided index.
| |
| GetHasFilterObjManager |
Returns true if there is a current filter object manager.
| |
| GetP4sPsmsUserRole |
Returns the P4s Psms user role id as a string.
| |
| GetP4sPsmsUserRoleStatic |
Returns the P4s Psms user role id as a string.
| |
| HasGlobalPerm |
Checks to see if a user has a global permissions.
| |
| HasPagePerm |
Returns true if the user has the current perm enabled.
| |
| HasPagePermStatic |
Checks to see if a user has a global permissions, static access version.
| |
| IsLoggedIn |
Used to test whether the current user is logged in or not.
| |
| LoadPageFeaturePerms |
Loads all the feature perms for this page.
| |
| Page_Error |
Default Page_Error method. Handles logging the exception and
sending out administrator notification emails.
| |
| Page_Load |
Default Page_Load method. Supports loading cookie data,
checking URL for force https software support, and then checks
access permisions for the current page.
| |
| RunAppLogLogin |
Async execution of the app login method.
| |
| RunAppLogLogout |
Async execution of the app logout method.
| |
| RunAppLogPage |
Async execution of the app page method.
| |
| SetSession |
Fields
| Name | Description | |
|---|---|---|
| fileName |
The current page as a file name.
| |
| fileNameShort |
The current page as a file name with no extension.
| |
| forceNoColumnTest |
Driven by a web config setting to force a no data returned test on every data loading/viewing page.
| |
| forceNoDataTest |
Driven by a web config setting to force a no data returned test on every data loading/viewing page.
| |
| forceNoReportTest |
Driven by a web config setting to force a no data returned test on every data loading/viewing page.
| |
| ignoreInjection |
Ignore the injection checks while true.
| |
| ignoreTimeout |
If set to true ignores timeout processing and redirection.
| |
| IS_POSTBACK | ||
| isLoggedIn |
Is set to true if the user is currently logged in.
| |
| key |
A secret key needed to talk to the web service client.
| |
| maxBulkExpRows |
The maximum number of rows supported in a bulk export operation/
| |
| maxExpRows |
Sets the maximum number of rows donwloads will be supported on.
| |
| maxJsonCols |
The maximum number of JSON columns supported in converting a DataTable to JSON format.
| |
| maxJsonRows |
The maximum number of JSON rows supported in converting a DataTable to JSON format.
| |
| maxRowReturn |
Sets the maximum row return for the data grid view.
| |
| maxToolRows |
The maximum number of rows allowed in complex tools.
| |
| MSG | ||
| pageFeaturePerms |
List of features permissions granted by page.
| |
| rootDir |
THe current parent directory of the page.
| |
| rUrl |
The current URL of this page.
| |
| rUrlLower |
The current URL of this page in lowercase form.
| |
| Session |
Static self reference to the current Session.
New keyword lets the system know we are intentionally overriding the Session.
| |
| sessionPrefix |
Stores the local page's session prefix, used for advanced session management.
| |
| svc |
A P4S3 Web Service client.
| |
| tempDir |
The local temp directory for this web application.
| |
| userId |
The active userId.
| |
| userRoleId |
The current user's role id.
|
See Also