The BasePageStandard type exposes the following members.
Back to Top
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 |
See Also