The CrashFinder type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| CrashFinder | Initializes a new instance of the CrashFinder class |
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.) | |
| btnCancel_Click |
Exits out of the crash finder wizard.
| |
| btnNext_Click |
Processes Next button click, performs form validation.
| |
| btnOpen_Click |
Opens the currently configured filter.
| |
| btnPrev_Click |
Processes Prev button click, performs form validation.
| |
| btnSave_Click |
Shows the save screen for this currently created filter.
| |
| btnSaveBack_Click |
Process user initiated back button click, returns to the non-save view.
| |
| btnSaveSave_Click |
Process user initiated save button click.
| |
| btnSaveSaveOpen_Click |
Process user initiated save then open click.
| |
| BuildCodedQuery |
Generates a coded SqlQuery object for the given crash finder form.
| |
| BuildLiteralQuery |
Generates a literal SqlQuery object for the given crash finder form.
| |
| CheckCurrentForm |
Makes sure the current form has enough information before the user leaves it.
| |
| 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.) | |
| GenerateSaveValues |
Generate all the values needed to update or save this filter.
| |
| 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.) | |
| GetIntFromPrecondition |
Returns the precondition code for the given precondition string.
| |
| GetLbLocationSelectedTextAsString |
Returns a comma separated list of text from the lbLocation list box.
| |
| GetLbLocationSelectedValueAsString |
Returns a comma separated list of values from the lbLocation list box.
| |
| 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.) | |
| HideEditFilterMsg |
Hides the edit filter message.
| |
| iconPanel_ChooseIcon |
Chooses an icon from the icon panel.
| |
| InsertNewFilter |
Inserts a new filter record into the database.
| |
| InsertNewFilterActive |
Inserts a new filter into the database, allows user to set if new filter is active or not.
| |
| IsLoggedIn |
Used to test whether the current user is logged in or not.
(Inherited from BasePageStandard.) | |
| lnkFindIt_Click |
Processes FindIt link button click.
| |
| lnkHome_Click |
Processes home link button click.
| |
| LoadAges |
Loads a list of ages from 1 to 110 for all drop down lists.
| |
| LoadCrashTypes |
Loads the different crash types from the database.
| |
| LoadCrashYearRange |
Loads the crash year range from the database.
| |
| LoadEnvironmentConditionList |
Loads a list of the environmental conditions from the system.
| |
| LoadGender |
Loads a gender selection from the system.
| |
| LoadLightConditionList |
Loads a list of the light conditions in the system.
| |
| LoadPageFeaturePerms |
Loads all the feature perms for this page.
(Inherited from BasePageStandard.) | |
| LoadPhysicalStatusList |
Loads and sets the physical status list.
| |
| LoadSafetyEquipmentList |
Loads and sets safety equipment list.
| |
| LoadSeverityTypes |
Loads the different crash types from the database.
| |
| LoadSurfaceConditionList |
Loads a list of the surface conditions in the system.
| |
| LoadVehicleTypes |
Loads the viehicle types from the system.
| |
| LoadVehicleUseTypes |
Loads the different vehicle use types.
| |
| Page_Error |
Calls Page_Error from base class, BasePageStandard.
(Overrides BasePageStandard Page_Error(Object, EventArgs).) | |
| Page_Load |
Calls Page_Load from base class, BasePageStandard.
(Overrides BasePageStandard Page_Load(Object, EventArgs).) | |
| PrepEditForm |
Prepares the form for use.
| |
| PrepForm |
Prepare the current page's form fields
| |
| ProcessFilterSave |
Process a filter object for saving.
| |
| ProcessFilterSave(Boolean) |
Process a filter object for saving.
| |
| rblDriver_SelectedIndexChanged |
Shows the driver form in the driver section.
| |
| rblDriver1_SelectedIndexChanged |
Shows the driver age form in the driver section.
| |
| rblGeneralYears_SelectedIndexChanged |
Shows the from, to year form in the general crash section.
| |
| rblLocation_SelectedIndexChanged |
Loads the location data based on the selected location type.
| |
| rblOccupant_SelectedIndexChanged |
Shows the occupant form in the occupant section.
| |
| rblOccupant1_SelectedIndexChanged |
Shows the occupant age form in the occupant section.
| |
| rblPed_SelectedIndexChanged |
Shows the ped form in the pedestrian section.
| |
| rblPed3_SelectedIndexChanged |
Shows the ped ages form in the pedestrian section.
| |
| rblSiteCond_SelectedIndexChanged |
Shows the site condition form in the site condition section.
| |
| rblVehicle_SelectedIndexChanged |
Shows the vehicle form in the vehicle section.
| |
| 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.) | |
| Sections_Click |
Processes a click on one of the section links.
| |
| SetFormFromColumnValue |
Set the form state based on a passed in column and supporting information.
| |
| SetSession | (Inherited from BasePageStandard.) | |
| ShowBuildForm |
Show the build form.
| |
| ShowEditFilterMsg |
Shows the edit filter message, lets end users know they are editing an existing filter.
| |
| ShowSaveForm |
Show the save form.
| |
| ShowSectionMessage |
Sets the message label of the current section.
| |
| UpdateExistingFilter |
Updates an existing filter record in the database.
| |
| UpdateFormForPrecondition |
Updates the deails pane to match the passed in preconditions.
| |
| UpdateFormForSection |
Preps the user form for the current form section.
|
Fields
| Name | Description | |
|---|---|---|
| bnp |
bnp control.
| |
| btnCancel |
btnCancel control.
| |
| btnNext |
btnNext control.
| |
| btnOpen |
btnOpen control.
| |
| btnPrev |
btnPrev control.
| |
| btnSave |
btnSave control.
| |
| btnSaveBack |
btnSaveBack control.
| |
| btnSaveSave |
btnSaveSave control.
| |
| btnSaveSaveOpen |
btnSaveSaveOpen control.
| |
| cbFilterPublic |
cbFilterPublic control.
| |
| cbOverwrite |
cbOverwrite control.
| |
| cssDefaultDate |
Used to set the default date on the date picker control.
| |
| cssMaxYear |
Used to set the maximum year on the date picker control.
| |
| cssMinYear |
Used to set the minimum year on the date picker control.
| |
| cssYearRange |
Used to set the year range on the date picker control.
| |
| ddlDriverAgeFrom |
ddlDriverAgeFrom control.
| |
| ddlDriverAgeTo |
ddlDriverAgeTo control.
| |
| ddlDriverGender |
ddlDriverGender control.
| |
| ddlDriverPhysicalStatus |
ddlDriverPhysicalStatus control.
| |
| ddlDriverSafety |
ddlDriverSafety control.
| |
| ddlGeneralCrashTypes |
ddlGeneralCrashTypes control.
| |
| ddlGeneralSeverityTypes |
ddlGeneralSeverityTypes control.
| |
| ddlOccupantAgeFrom |
ddlOccupantAgeFrom control.
| |
| ddlOccupantAgeTo |
ddlOccupantAgeTo control.
| |
| ddlOccupantGender |
ddlOccupantGender control.
| |
| ddlOccupantSafety |
ddlOccupantSafety control.
| |
| ddlOccupantSafetyAvail |
ddlOccupantSafetyAvail control.
| |
| ddlPedAgeFrom |
ddlPedAgeFrom control.
| |
| ddlPedAgeTo |
ddlPedAgeTo control.
| |
| ddlSiteCondEnv |
ddlSiteCondEnv control.
| |
| ddlSiteCondLight |
ddlSiteCondLight control.
| |
| ddlSiteCondRoad |
ddlSiteCondRoad control.
| |
| ddlVehicleSafety |
ddlVehicleSafety control.
| |
| ddlVehicleSafetyAvail |
ddlVehicleSafetyAvail control.
| |
| ddlVehicleTypes |
ddlVehicleTypes control.
| |
| ddlVehicleUseTypes |
ddlVehicleUseTypes control.
| |
| DRIVER |
Constant integer representations of the different question sections.
| |
| dvDriverAgeQues |
dvDriverAgeQues control.
| |
| dvDriverQues |
dvDriverQues control.
| |
| dvEditFilterMsg |
dvEditFilterMsg control.
| |
| dvFilterBuildControls |
dvFilterBuildControls control.
| |
| dvFilterSaveControls |
dvFilterSaveControls control.
| |
| dvGeneralYearsChoice |
dvGeneralYearsChoice control.
| |
| dvLocationList |
dvLocationList control.
| |
| dvOccupantAgeQues |
dvOccupantAgeQues control.
| |
| dvOccupantQues |
dvOccupantQues control.
| |
| dvPedQues |
dvPedQues control.
| |
| dvPedQuesAge |
dvPedQuesAge control.
| |
| dvSavePanelHolder |
dvSavePanelHolder control.
| |
| dvSiteCond |
dvSiteCond control.
| |
| dvVehicleQues |
dvVehicleQues control.
| |
| fhp |
fhp control.
| |
| fileName |
The current page as a file name.
(Inherited from BasePageStandard.) | |
| fileNameShort |
The current page as a file name with no extension.
(Inherited from BasePageStandard.) | |
| forceNoColumnTest |
Driven by a web config setting to force a no data returned test on every data loading/viewing page.
(Inherited from BasePageStandard.) | |
| forceNoDataTest |
Driven by a web config setting to force a no data returned test on every data loading/viewing page.
(Inherited from BasePageStandard.) | |
| forceNoReportTest |
Driven by a web config setting to force a no data returned test on every data loading/viewing page.
(Inherited from BasePageStandard.) | |
| Form1 |
Form1 control.
| |
| GENERAL |
Constant integer representations of the different question sections.
| |
| iconPanel |
iconPanel control.
| |
| ignoreInjection |
Ignore the injection checks while true.
(Inherited from BasePageStandard.) | |
| ignoreTimeout |
If set to true ignores timeout processing and redirection.
(Inherited from BasePageStandard.) | |
| imgFilterIcon |
imgFilterIcon control.
| |
| INTERSECTION |
Constant integer representations of the different question sections.
| |
| IS_POSTBACK | (Inherited from BasePageStandard.) | |
| isLoggedIn |
Is set to true if the user is currently logged in.
(Inherited from BasePageStandard.) | |
| key |
A secret key needed to talk to the web service client.
(Inherited from BasePageStandard.) | |
| lblFilterIconId |
lblFilterIconId control.
| |
| lblFilterIconName |
lblFilterIconName control.
| |
| lbLocation |
lbLocation control.
| |
| lblYearMax |
lblYearMax control.
| |
| lblYearMin |
lblYearMin control.
| |
| lnkDriver |
lnkDriver control.
| |
| lnkFindIt |
lnkFindIt control.
| |
| lnkGeneral |
lnkGeneral control.
| |
| lnkHome |
lnkHome control.
| |
| lnkIntersection |
lnkIntersection control.
| |
| lnkLocation |
lnkLocation control.
| |
| lnkOccupant |
lnkOccupant control.
| |
| lnkPedestrian |
lnkPedestrian control.
| |
| lnkSiteCondition |
lnkSiteCondition control.
| |
| lnkSummary |
lnkSummary control.
| |
| lnkVehicle |
lnkVehicle control.
| |
| LOCATION |
Constant integer representations of the different question sections.
| |
| maxBulkExpRows |
The maximum number of rows supported in a bulk export operation/
(Inherited from BasePageStandard.) | |
| maxExpRows |
Sets the maximum number of rows donwloads will be supported on.
(Inherited from BasePageStandard.) | |
| maxJsonCols |
The maximum number of JSON columns supported in converting a DataTable to JSON format.
(Inherited from BasePageStandard.) | |
| maxJsonRows |
The maximum number of JSON rows supported in converting a DataTable to JSON format.
(Inherited from BasePageStandard.) | |
| maxRowReturn |
Sets the maximum row return for the data grid view.
(Inherited from BasePageStandard.) | |
| maxToolRows |
The maximum number of rows allowed in complex tools.
(Inherited from BasePageStandard.) | |
| message |
message control.
| |
| message1 |
message1 control.
| |
| message2 |
message2 control.
| |
| message3 |
message3 control.
| |
| message4 |
message4 control.
| |
| message5 |
message5 control.
| |
| message6 |
message6 control.
| |
| message7 |
message7 control.
| |
| message8 |
message8 control.
| |
| message9 |
message9 control.
| |
| mfp |
mfp control.
| |
| mmp |
mmp control.
| |
| MSG | (Inherited from BasePageStandard.) | |
| OCCUPANT |
Constant integer representations of the different question sections.
| |
| pageFeaturePerms |
List of features permissions granted by page.
(Inherited from BasePageStandard.) | |
| PEDESTRIAN |
Constant integer representations of the different question sections.
| |
| precondition |
A precondition value that is used to configure some parts of the form.
| |
| queryAsHtml |
Holds an HTML representation of the query built from this wizard.
| |
| rblCategory |
rblCategory control.
| |
| rblDriver |
rblDriver control.
| |
| rblDriver1 |
rblDriver1 control.
| |
| rblGeneralAlcohol |
rblGeneralAlcohol control.
| |
| rblGeneralYears |
rblGeneralYears control.
| |
| rblLocation |
rblLocation control.
| |
| rblOccupant |
rblOccupant control.
| |
| rblOccupant1 |
rblOccupant1 control.
| |
| rblPed |
rblPed control.
| |
| rblPed1 |
rblPed1 control.
| |
| rblPed2 |
rblPed2 control.
| |
| rblPed3 |
rblPed3 control.
| |
| rblPed4 |
rblPed4 control.
| |
| rblSiteCond |
rblSiteCond control.
| |
| rblVehicle |
rblVehicle control.
| |
| rootDir |
THe current parent directory of the page.
(Inherited from BasePageStandard.) | |
| rUrl |
The current URL of this page.
(Inherited from BasePageStandard.) | |
| rUrlLower |
The current URL of this page in lowercase form.
(Inherited from BasePageStandard.) | |
| Scriptmanager1 |
Scriptmanager1 control.
| |
| sectionCssClassCurrent |
Holds the CSS class name for the active section.
| |
| sectionCssClassOther |
Holds the CSS class name for the non active sections.
| |
| sectionCurrent |
Holds the current visible section.
| |
| sectionMax |
Holds the minimum recognized section index.
| |
| sectionMin |
Holds the maximum recognized section index.
| |
| Session |
Static self reference to the current Session.
New keyword lets the system know we are intentionally overriding the Session.
(Inherited from BasePageStandard.) | |
| sessionPrefix |
Stores the local page's session prefix, used for advanced session management.
(Inherited from BasePageStandard.) | |
| SITE_CONDITION |
Constant integer representations of the different question sections.
| |
| SUMMARY |
Constant integer representations of the different question sections.
| |
| svc |
A P4S3 Web Service client.
(Inherited from BasePageStandard.) | |
| tbGeneralYearsFrom |
tbGeneralYearsFrom control.
| |
| tbGeneralYearsTo |
tbGeneralYearsTo control.
| |
| tempDir |
The local temp directory for this web application.
(Inherited from BasePageStandard.) | |
| txtFilterDesc |
txtFilterDesc control.
| |
| txtFilterName |
txtFilterName control.
| |
| upanDriver |
upanDriver control.
| |
| upanFilterIcon |
upanFilterIcon control.
| |
| upanGeneral |
upanGeneral control.
| |
| upanIntersection |
upanIntersection control.
| |
| upanLocation |
upanLocation control.
| |
| upanOccupant |
upanOccupant control.
| |
| upanPedestrian |
upanPedestrian control.
| |
| upanSiteCondition |
upanSiteCondition control.
| |
| upanSummary |
upanSummary control.
| |
| upanVehicle |
upanVehicle control.
| |
| upPanel1 |
upPanel1 control.
| |
| userId |
The active userId.
(Inherited from BasePageStandard.) | |
| userRoleId |
The current user's role id.
(Inherited from BasePageStandard.) | |
| VEHICLE |
Constant integer representations of the different question sections.
| |
| WaitingPopup1 |
WaitingPopup1 control.
|
See Also