The StatisticBuilder type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | StatisticBuilder | Initializes a new instance of the StatisticBuilder 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.) |
![]() | btnBackPt_Click |
Used in pass through mode to go back to the previous step.
|
![]() | btnCancel_Click |
Cancels this operation and returns the user to the FintIt page.
|
![]() | btnDel_Click |
Delete the selected filter builder panels.
|
![]() | btnGroup_Click |
Group the selected filter builder panels.
|
![]() | btnInsert_Click |
Insert a filter builder panel below the selected panel.
|
![]() | btnManageToggle_Click |
Event handler for manage stats link button.
|
![]() | btnNew_Click |
Adds a new filter builder panel to the form.
|
![]() | btnNext_Click |
Event handler for next button.
|
![]() | btnNextPt_Click |
Used in pass through mode to move onto the next step with validation.
|
![]() | btnPreviewToggle_Click |
Toggles the preview window for this filter builder form.
|
![]() | btnRefresh_Click |
Does nothing except force a postback.
|
![]() | btnSaveBack_Click |
Returns the user back to step two, the filter building step.
|
![]() | btnSaveRefresh_Click |
Retries to display the save form. Shows a can't save form if
there is no active filter loaded.
|
![]() | btnSaveSave_Click |
Event for handling the saving of the current statistic.
Requires an active filter to save, user will get to choose the save position for this stat
or overwrite an existing position.
|
![]() | btnSelectAll_Click |
Selects all the filter bilder panels on the current form.
|
![]() | btnShadingToggle_Click |
Toggles the display of alternately shaded filter builder panels for the same grouping level.
|
![]() | btnSkipPt_Click |
Used in pass through mode to skip this step, no validation.
|
![]() | btnUnGroup_Click |
Ungroup the selected filter builder panels.
|
![]() | btnUnselectAll_Click |
Unselects all the filter builder panels on the current form.
|
![]() | BuildCodedQuery |
Builds a DB coded SqlQuery object from the FilterBuilderPanel list.
|
![]() | BuildForm |
Builds the dynamic form.
|
![]() | BuildLiteralQuery |
Builds a human friendly SqlQuery object from the FilterBuilderPanel list.
|
![]() | BuildQuery |
Builds an SqlQuery object from the FilterBuilderPanel list.
|
![]() | 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.) |
![]() | ddlStatSlot_SelectedIndexChanged |
Auto post back from the stat slot drop down list.
Automatically shows the overwrite check box if the selected stat object is
not a new slot.
|
![]() | GenerateFilterBuilderPassThroughData |
Generates a filter builder pass through data object.
|
![]() | GenerateSaveValues |
Generates the save values needed to update or add a statistic entry into the database.
|
![]() | 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.) |
![]() | GetCalculationCount |
Returns the number of non-calculation data panels in this page.
|
![]() | GetCalculationPanelList |
Returns a list of calculation panels in this page.
|
![]() | GetColumnCalculationCount |
Returns the number of column panels.
|
![]() | GetColumnCalculationPanelList |
Returns an array of column calculation panels.
|
![]() | GetCount |
Returns the number of panels.
|
![]() | GetExistingCalculationCount |
Returns the number of existing calculation panels.
|
![]() | GetExistingCalculationPanelList |
Returns an array of existing calculation panels.
|
![]() | GetFilterObjManager |
Returns the filter object manager.
(Inherited from BasePageStandard.) |
![]() | GetFormMode |
Returns the form mode for the current filter builder page.
|
![]() | 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.) |
![]() | GetPanelAtIndex |
Returns the panel at the given index.
|
![]() | GetPanelList |
Returns a list of panels that are currently on this page.
|
![]() | GetPanelsAtIndentLevelAfterIndexCount |
Returns the number of panels after the given index that have the same indent level.
|
![]() | GetPanelsAtIndentLevelBeforeIndexCount |
Returns the number of panels before the given index that have the same indent level.
|
![]() | GetPanelsAtIndentLevelCount |
Returns the number of panels at the indent level.
|
![]() | GetPanelsAtIndentLevelNearIndexCount |
Returns the number of panels surrounding the current panel at the same indent level.
|
![]() | GetPanelWithName |
Returns the first panel with the given name.
|
![]() | GetStatisticBuilderTitle |
Returns the title of the current statistic builder form based on the form mode.
|
![]() | HasPagePerm |
Returns true if the user has the current perm enabled.
(Inherited from BasePageStandard.) |
![]() | HideEditMsg |
Hides the edit filter message.
|
![]() | HideStatisticManagePanel |
Hide the statistic manage panel.
|
![]() | HideStatisticManagePanelPassive |
Hide the statistic manage panel. Do not call BuildForm.
|
![]() | HideStatisticPreviewPanel |
Hides the filter preview panel.
|
![]() | HideStatisticPreviewPanelPassive |
Hides the filter preview panel. Do not call BuildForm.
|
![]() | InsertNewStatistic |
Runs the necessary insert query for adding a stat object.
|
![]() | IsLoggedIn |
Used to test whether the current user is logged in or not.
(Inherited from BasePageStandard.) |
![]() | LoadPageFeaturePerms |
Loads all the feature perms for this page.
(Inherited from BasePageStandard.) |
![]() | LoadStatisticSlots |
Loads the statistics data for the active filter.
|
![]() | NormalizeIndexes |
Normalizes the panel indexes in case of inserts or deletes.
|
![]() | 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 |
Loads the filter stored in the session and builds a form based on the filter contents.
|
![]() | PrepNewForm |
Override OnInit method to add dynamic home menu drop down lists.
|
![]() | ProcessStatCalcConfig |
Processes the calculation config entries for the given statistic calculation.
|
![]() | ProcessStatisticSave |
Overloaded method version defaults to autoSave = false;
|
![]() | ProcessStatisticSave(Boolean) |
Method that processes a save statistic request.
|
![]() | RefreshList |
Rebuilds the list data from the post back info
|
![]() | 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.) |
![]() | ShowBuildForm |
Shows the build form controls.
|
![]() | ShowCantSaveForm |
Displays the cant save version of this page.
If no filters are avtice this form is visible.
|
![]() | ShowEditMsg |
Shows the edit filter message, lets end users know they are editing an existing filter.
|
![]() | ShowSaveForm |
Shows the save form controls.
|
![]() | ShowStatisticManagePanel |
Shows the manage statistic panel.
|
![]() | ShowStatisticManagePanelPassive |
Shows the manage statistic panel. Does not call BuildForm.
|
![]() | ShowStatisticPreviewPanel |
Shows the filter preview panel.
|
![]() | ShowStatisticPreviewPanelPassive |
Shows the filter preview panel. Does not call BuildForm.
|
![]() | ToggleStatisticManage |
Toggle the filter manage button text.
|
![]() | ToggleStatisticPreview |
Toggles the filter preview control
|
![]() | UpdateAltRowShadingText |
Updates the alternate shading button based on the current toggle value.
|
![]() | UpdateExistingStatistic |
Updates the chosen statistic slot with the current stat data.
|
![]() | UpdateShowManageText |
Updates the show manage button text.
|
![]() | UpdateShowPreviewText |
Updates the text on the 'Preview On' toggle button.
|
Fields
Name | Description | |
---|---|---|
![]() | altRowShading |
Controls the use of alternate color shading on the form.
|
![]() | autoSave |
Controls the auto save feature of this form.
|
![]() | bnp |
bnp control.
|
![]() | btnAltShadingToggle |
btnAltShadingToggle control.
|
![]() | btnBackPt |
btnBackPt control.
|
![]() | btnCancel |
btnCancel control.
|
![]() | btnDel |
btnDel control.
|
![]() | btnGroup |
btnGroup control.
|
![]() | btnInsert |
btnInsert control.
|
![]() | btnManageToggle |
btnManageToggle control.
|
![]() | btnNew |
btnNew control.
|
![]() | btnNext |
btnNext control.
|
![]() | btnNextPt |
btnNextPt control.
|
![]() | btnPreviewToggle |
btnPreviewToggle control.
|
![]() | btnRefresh |
btnRefresh control.
|
![]() | btnSaveBack |
btnSaveBack control.
|
![]() | btnSaveRefresh |
btnSaveRefresh control.
|
![]() | btnSaveSave |
btnSaveSave control.
|
![]() | btnSelectAll |
btnSelectAll control.
|
![]() | btnSkipPt |
btnSkipPt control.
|
![]() | btnUnGroup |
btnUnGroup control.
|
![]() | btnUnselectAll |
btnUnselectAll control.
|
![]() | buttonWidth |
Used in calculating the width of the pass through button bar.
|
![]() | cbOverwrite |
cbOverwrite control.
|
![]() | cbStatPublic |
cbStatPublic control.
|
![]() | cssLowerBtnBar |
Css string that controls the display of the lower button bar.
|
![]() | cssLowerBtnBarPt |
Css string that controls the display of the lower pass through button bar.
|
![]() | cssLowerBtnBarPtWidth |
Css string that holds the lower button bar's width.
|
![]() | ddlStatSlot |
ddlStatSlot control.
|
![]() | dvEditFilterMsg |
dvEditFilterMsg control.
|
![]() | dvInstructions |
dvInstructions control.
|
![]() | dvManage |
dvManage control.
|
![]() | dvManageInner |
dvManageInner control.
|
![]() | dvManageToggle |
dvManageToggle control.
|
![]() | dvOverwrite |
dvOverwrite control.
|
![]() | dvPanelHolder |
dvPanelHolder control.
|
![]() | dvPreview |
dvPreview control.
|
![]() | dvSavePanelHolder |
dvSavePanelHolder control.
|
![]() | dvStatFilterPreview |
dvStatFilterPreview control.
|
![]() | dvStatisticBuildControls |
dvStatisticBuildControls control.
|
![]() | dvStatisticCantSaveControls |
dvStatisticCantSaveControls control.
|
![]() | dvStatisticSaveControls |
dvStatisticSaveControls control.
|
![]() | emptyButtonWidth |
Used in calculating the width of the pass through button bar.
|
![]() | 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.) |
![]() | filterName |
Represents the current filter's name.
|
![]() | filterQueryAsHtml |
Stores the html version of the stat filter section.
|
![]() | 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.
|
![]() | formError |
Represents whether the current filter builder form has an error.
|
![]() | formMode |
Represents the current form mode.
|
![]() | ignoreInjection |
Ignore the injection checks while true.
(Inherited from BasePageStandard.) |
![]() | ignoreTimeout |
If set to true ignores timeout processing and redirection.
(Inherited from BasePageStandard.) |
![]() | IS_POSTBACK | (Inherited from BasePageStandard.) |
![]() | isLoggedIn |
Is set to true if the user is currently logged in.
(Inherited from BasePageStandard.) |
![]() | isPassThrough |
Represents whether the current filter builder form is in pass through mode.
|
![]() | key |
A secret key needed to talk to the web service client.
(Inherited from BasePageStandard.) |
![]() | listKey |
The session key used to store the list of criteria entries.
|
![]() | logging |
Controls logging on this page.
|
![]() | logs |
Possibly used by FilterControlPanel children for logging, Session["logs"] may also be used.
|
![]() ![]() | MAX_INDENT_LEVEL |
Controls the maximum indent level for drawing purposes.
|
![]() | 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.
|
![]() | mfp |
mfp control.
|
![]() | mmp |
mmp control.
|
![]() | MSG | (Inherited from BasePageStandard.) |
![]() | nextPanel |
A form control value that counts how many panels
so it can provide a unique default name to each panel.
|
![]() | pageFeaturePerms |
List of features permissions granted by page.
(Inherited from BasePageStandard.) |
![]() | pageIntro |
pageIntro control.
|
![]() | pd |
Stores the current pass through object, if in pass through mode.
|
![]() | queryAsHtml |
Stores the html version of the stat calculation section.
|
![]() | 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.
|
![]() | 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.) |
![]() | showManage |
Controls the use of the show manage button.
|
![]() | showPreview |
Controls the use of the show preview button.
|
![]() | statisticBuilderDefaultTitle |
Stores the default title for this form.
|
![]() | statisticBuilderTitle |
Stores the current title for this form.
|
![]() | statListAsHtml |
Represents the active filter's statistics as HTML.
|
![]() | svc |
A P4S3 Web Service client.
(Inherited from BasePageStandard.) |
![]() | tempDir |
The local temp directory for this web application.
(Inherited from BasePageStandard.) |
![]() | tmpStr |
Private temporary string.
|
![]() | txtStatName |
txtStatName control.
|
![]() | upPanel1 |
upPanel1 control.
|
![]() | userId |
The active userId.
(Inherited from BasePageStandard.) |
![]() | userRoleId |
The current user's role id.
(Inherited from BasePageStandard.) |
![]() | WaitingPopup1 |
WaitingPopup1 control.
|
See Also