The AjaxWebSvcPage type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | AppLogLogin |
Simplified method for logging application login attempts.
(Inherited from BasePageStandard.) |
![]() | AppLogLogout |
Simplified method for logging application logout attempts.
(Inherited from BasePageStandard.) |
![]() | AppLogPage |
Simplified method for logging application page access.
(Inherited from BasePageStandard.) |
![]() | CheckForExpiration |
Checks to see if the given user account is expired or not
(Inherited from BasePageStandard.) |
![]() | CheckForInjection |
Checks for sql statements in queries.
(Inherited from BasePageStandard.) |
![]() | CheckPagePermission |
Calling method for CheckPermissions, loads up a reference to the service client before calling the CheckPermissions method.
(Inherited from BasePageStandard.) |
![]() | CheckPermissions |
Checks the current page permissions by pageName, userId, and userRolesId.
(Inherited from BasePageStandard.) |
![]() ![]() | Distance |
Simple distance calculation function.
|
![]() ![]() | FindCrashNarrativesByDln |
Returns all the crash narrative pages by matching DLN.
|
![]() ![]() | FindCrashNarrativesDln |
Performs a DLN search.
|
![]() ![]() | FindSri |
Finds an SRI from a partial SRI.
|
![]() ![]() | GenerateBasicStatsHtml | |
![]() ![]() | GenerateUserStatsHtml | |
![]() | GetActiveFilter |
Returns the active filter from the filter object manager if there is one.
(Inherited from BasePageStandard.) |
![]() | GetActiveFilterActiveReport |
Returns the ReportObj if there is an active filter with a report at the Session stored
index 'reportIndex'.
(Inherited from BasePageStandard.) |
![]() | GetActiveFilterActiveStat |
Returns the ReportObj if there is an active filter with a report at the Session stored
index 'reportIndex'.
(Inherited from BasePageStandard.) |
![]() | GetActiveFilterId |
Returns the active filter's filter ID.
(Inherited from BasePageStandard.) |
![]() | GetActiveFilterReportAt |
Returns the active filter's report at the provided index.
(Inherited from BasePageStandard.) |
![]() | GetActiveFilterStatAt |
Returns the active filter's statistic at the provided index.
(Inherited from BasePageStandard.) |
![]() | GetActiveReportId |
Returns the active report id or new if the report is a new report.
(Inherited from BasePageStandard.) |
![]() | GetActiveReportIndex |
Returns the active report index.
(Inherited from BasePageStandard.) |
![]() | GetActiveReportIndexStr |
Returns the active report index as a string.
(Inherited from BasePageStandard.) |
![]() | GetActiveStatId |
Returns the active report id or new if the report is a new report.
(Inherited from BasePageStandard.) |
![]() | GetActiveStatIndex |
Returns the active report index.
(Inherited from BasePageStandard.) |
![]() | GetActiveStatIndexStr |
Returns the active report index as a string.
(Inherited from BasePageStandard.) |
![]() | GetAdminUserRole |
Returns the Admin user role id as a string.
(Inherited from BasePageStandard.) |
![]() | GetFilterObjManager |
Returns the filter object manager.
(Inherited from BasePageStandard.) |
![]() | GetHasActiveFilter |
Returns true if there is an active filter.
(Inherited from BasePageStandard.) |
![]() | GetHasActiveFilterActiveReport |
Returns true if there is an active filter with a report at the Session stored
index 'reportIndex'.
(Inherited from BasePageStandard.) |
![]() | GetHasActiveFilterActiveStat |
Returns true if there is an active filter with a stat at the Session stored
index 'statIndex'.
(Inherited from BasePageStandard.) |
![]() | GetHasActiveFilterReportAt |
Returns true if there is an active filter with a report at the provided index.
(Inherited from BasePageStandard.) |
![]() | GetHasActiveFilterStatAt |
Returns true if there is an active filter with a stat at the provided index.
(Inherited from BasePageStandard.) |
![]() | GetHasFilterObjManager |
Returns true if there is a current filter object manager.
(Inherited from BasePageStandard.) |
![]() | GetP4sPsmsUserRole |
Returns the P4s Psms user role id as a string.
(Inherited from BasePageStandard.) |
![]() | HasPagePerm |
Returns true if the user has the current perm enabled.
(Inherited from BasePageStandard.) |
![]() | IsLoggedIn |
Used to test whether the current user is logged in or not.
(Inherited from BasePageStandard.) |
![]() ![]() | LoadCrashesForCrashId |
Returns a set of crashes for the given
|
![]() ![]() | LoadCrashesForIntersectionId |
Returns a set of crashes for the given intersection id and the current filter.
|
![]() ![]() | LoadCrashTypesForIntersectionId |
Returns a set of crashes for the given intersection id and the current filter.
This method aggregates the crash information by crash type and distance.
|
![]() ![]() | LoadFilterStats |
Loads a filter's population statistics.
|
![]() | LoadPageFeaturePerms |
Loads all the feature perms for this page.
(Inherited from BasePageStandard.) |
![]() | Page_Error |
Default Page_Error method. Handles logging the exception and
sending out administrator notification emails.
(Inherited from BasePageStandard.) |
![]() | Page_Load |
Standard Page_Load.
(Overrides BasePageStandard Page_Load(Object, EventArgs).) |
![]() ![]() | RefineFilter |
Adds crash id refinement to the current active filter.
|
![]() ![]() | RenderControl | |
![]() | RunAppLogLogin |
Async execution of the app login method.
(Inherited from BasePageStandard.) |
![]() | RunAppLogLogout |
Async execution of the app logout method.
(Inherited from BasePageStandard.) |
![]() | RunAppLogPage |
Async execution of the app page method.
(Inherited from BasePageStandard.) |
![]() | SetSession | (Inherited from BasePageStandard.) |
![]() ![]() | SetShowHideHeader |
Sets the show/hide header session variable.
|
![]() ![]() | SqlToCsv |
Takes an SQL query and generates a CSV file for download.
|
![]() ![]() | UpdateFilterName |
Web service method for updating a filter name.
|
![]() ![]() | UpdateReportName |
Web service method for updating a report's name.
|
![]() ![]() | UpdateSessionTime |
Updates the user's Session time to prevent timeout on client side JS usage.
|
![]() ![]() | UpdateStatisticName |
Web service method for updating a statistic's name.
|
![]() ![]() | WriteKmlFile |
Writes a KML file to the local file system and returns the web address of the file.
|
See Also