MyFilters MembersA Sandcastle Documented Class Library

The MyFilters type exposes the following members.
Constructors

  NameDescription
Public methodMyFilters
Initializes a new instance of the MyFilters class
Back to Top
Methods

  NameDescription
Public methodAppLogLogin
Simplified method for logging application login attempts.
(Inherited from BasePageStandard.)
Public methodAppLogLogout
Simplified method for logging application logout attempts.
(Inherited from BasePageStandard.)
Public methodAppLogPage
Simplified method for logging application page access.
(Inherited from BasePageStandard.)
Protected methodbtnCloseAll_Click
Close all clicked on the open filters form.
Protected methodbtnCopyToOrgSect_Click
Copies a selection of filters or folders to the target directory.
Protected methodbtnCsv_Click
Exports the current data grid contents to the given format.
Protected methodbtnDelete_Click
Deactivates the selected filters or folders.
Protected methodbtnDoc_Click
Exports the current data grid contents to the given format.
Protected methodbtnFilterToggle_Click
Handles filter on/off link click.
Protected methodbtnMfEdit_Click
Edit button on the organize filters form.
Protected methodbtnMfOpen_Click
Open filter button on the organize filters form.
Protected methodbtnMfOpenEdit_Click
Open and edit button on the organize filters form.
Protected methodbtnMoveToOrgSect_Click
Moves a selection of filters or folders to the target directory.
Protected methodbtnNewFolder_Click
Creates a new folder.
Protected methodbtnOfEdit_Click
Edit button of the open filter screen.
Protected methodbtnOfOpenEdit_Click
Open and edit button on the open filters form.
Protected methodbtnOpenAll_Click
Open all clicked on the open filters form.
Protected methodbtnOrgfOpen_Click
Open filter button on the organize filters form.
Protected methodbtnPdf_Click
Exports the current data grid contents to the given format.
Protected methodbtnSelectAllOrgSect_Click
Select all icons in the organize section.
Protected methodbtnSendTo_Click
Event fires when you can send a filter to another user.
Protected methodbtnSql_Click
Returns an SQL export for this page's data.
Protected methodbtnTab_Click
Exports the current data grid contents to the given format.
Protected methodbtnUnselectAllOpenSect_Click
Unselects all selected icons on the open filter form.
Protected methodbtnUnselectAllOrgSect_Click
Unselect all chosen icons in the organize section.
Protected methodbtnUpdate_Click
Edit form update click.
Protected methodbtnUpdateOpen_Click
Edit form update and then open click.
Protected methodbtnXls_Click
Exports the current data grid contents to the given format.
Private methodBuildForm
Builds any dynamic aspects of the form for display.
Public methodCheckForExpiration
Checks to see if the given user account is expired or not
(Inherited from BasePageStandard.)
Public methodCheckForInjection
Checks for sql statements in queries.
(Inherited from BasePageStandard.)
Public methodCheckPagePermission
Calling method for CheckPermissions, loads up a reference to the service client before calling the CheckPermissions method.
(Inherited from BasePageStandard.)
Public methodCheckPermissions
Checks the current page permissions by pageName, userId, and userRolesId.
(Inherited from BasePageStandard.)
Protected methodddlFolderChain_SelectedIndexChanged
Selected folder changed from the folder chain.
Protected methodddlFormMode_SelectedIndexChanged
Form mode has changed, update the helper form.
Protected methodddlRpp_SelectedIndexChanged
Handles rows per page ddl changes.
Protected methodddlSortMode_SelectedIndexChanged
Sort mode has changed, update the selection grid.
Protected methoddGrid_RecordDoubleClicked
Process grid row double click.
Private methodDisableEditForm
Disables the edit form.
Private methodDisableOpenForm
Disables the open form.
Private methodDisableOrganizeForm
Disables the organize form.
Private methodEnableEditForm
Enables the edit form.
Private methodEnableOpenForm
Enables the open form.
Private methodEnableOrganizeForm
Enables the organize form.
Protected methodfsPanel_ChooseIcon
Event fires when an Icon is chosen from the selector panel.
Protected methodfsPanel_ErrorEncountered
Display a text message from the fsPanel object.
Protected methodfsPanel_FiltersLoaded
Event fired when the filters have been loaded.
Protected methodfsPanel_FolderChanged
Event that fires when the fsPanel changes folders.
Protected methodGetActiveFilter
Returns the active filter from the filter object manager if there is one.
(Inherited from BasePageStandard.)
Protected methodGetActiveFilterActiveReport
Returns the ReportObj if there is an active filter with a report at the Session stored index 'reportIndex'.
(Inherited from BasePageStandard.)
Protected methodGetActiveFilterActiveStat
Returns the ReportObj if there is an active filter with a report at the Session stored index 'reportIndex'.
(Inherited from BasePageStandard.)
Protected methodGetActiveFilterId
Returns the active filter's filter ID.
(Inherited from BasePageStandard.)
Protected methodGetActiveFilterReportAt
Returns the active filter's report at the provided index.
(Inherited from BasePageStandard.)
Protected methodGetActiveFilterStatAt
Returns the active filter's statistic at the provided index.
(Inherited from BasePageStandard.)
Protected methodGetActiveReportId
Returns the active report id or new if the report is a new report.
(Inherited from BasePageStandard.)
Protected methodGetActiveReportIndex
Returns the active report index.
(Inherited from BasePageStandard.)
Protected methodGetActiveReportIndexStr
Returns the active report index as a string.
(Inherited from BasePageStandard.)
Protected methodGetActiveStatId
Returns the active report id or new if the report is a new report.
(Inherited from BasePageStandard.)
Protected methodGetActiveStatIndex
Returns the active report index.
(Inherited from BasePageStandard.)
Protected methodGetActiveStatIndexStr
Returns the active report index as a string.
(Inherited from BasePageStandard.)
Public methodGetAdminUserRole
Returns the Admin user role id as a string.
(Inherited from BasePageStandard.)
Protected methodGetFilterObjManager
Returns the filter object manager.
(Inherited from BasePageStandard.)
Protected methodGetHasActiveFilter
Returns true if there is an active filter.
(Inherited from BasePageStandard.)
Protected methodGetHasActiveFilterActiveReport
Returns true if there is an active filter with a report at the Session stored index 'reportIndex'.
(Inherited from BasePageStandard.)
Protected methodGetHasActiveFilterActiveStat
Returns true if there is an active filter with a stat at the Session stored index 'statIndex'.
(Inherited from BasePageStandard.)
Protected methodGetHasActiveFilterReportAt
Returns true if there is an active filter with a report at the provided index.
(Inherited from BasePageStandard.)
Protected methodGetHasActiveFilterStatAt
Returns true if there is an active filter with a stat at the provided index.
(Inherited from BasePageStandard.)
Protected methodGetHasFilterObjManager
Returns true if there is a current filter object manager.
(Inherited from BasePageStandard.)
Public methodGetP4sPsmsUserRole
Returns the P4s Psms user role id as a string.
(Inherited from BasePageStandard.)
Public methodHasPagePerm
Returns true if the user has the current perm enabled.
(Inherited from BasePageStandard.)
Protected methodIsLoggedIn
Used to test whether the current user is logged in or not.
(Inherited from BasePageStandard.)
Private methodLoadFolderChain
Loads a folder chain from the Filter Selector Panel and displays it in a drop down list for quick navigation.
Private methodLoadFolderList
Loads all of the folders for the given user id.
Public methodLoadPageFeaturePerms
Loads all the feature perms for this page.
(Inherited from BasePageStandard.)
Protected methodPage_Error
Calls Page_Error from base class, BasePageStandard.
(Overrides BasePageStandard Page_Error(Object, EventArgs).)
Protected methodPage_Load
Calls Page_Load from base class, BasePageStandard.
(Overrides BasePageStandard Page_Load(Object, EventArgs).)
Protected methodPrepForm
Override OnInit method to add dynamic home menu drop down lists.
Private methodProcessDataGridPageRows
Processes a data grid row selection change.
Private methodProcessUpdate 
Process an entry update.
Private methodProcessUpdate(Boolean)
Process update request.
Public methodRunAppLogLogin
Async execution of the app login method.
(Inherited from BasePageStandard.)
Public methodRunAppLogLogout
Async execution of the app logout method.
(Inherited from BasePageStandard.)
Public methodRunAppLogPage
Async execution of the app page method.
(Inherited from BasePageStandard.)
Private methodSetSession (Inherited from BasePageStandard.)
Private methodUpdateGridFilter
Updates the data grid filter form.
Private methodUpdateSortMode
Updates the form's sort mode.
Back to Top
Fields

  NameDescription
Protected fieldbnp
bnp control.
Protected fieldbtnCloseAll
btnCloseAll control.
Protected fieldbtnCopyToOrgSect
btnCopyToOrgSect control.
Protected fieldbtnCsv
btnCsv control.
Protected fieldbtnDelete
btnDelete control.
Protected fieldbtnDoc
btnDoc control.
Protected fieldbtnFilterToggle
btnFilterToggle control.
Protected fieldbtnMfEdit
btnMfEdit control.
Protected fieldbtnMfOpen
btnMfOpen control.
Protected fieldbtnMfOpenEdit
btnMfOpenEdit control.
Protected fieldbtnMoveToOrgSect
btnMoveToOrgSect control.
Protected fieldbtnNewFolder
btnNewFolder control.
Protected fieldbtnOfEdit
btnOfEdit control.
Protected fieldbtnOfOpenEdit
btnOfOpenEdit control.
Protected fieldbtnOpenAll
btnOpenAll control.
Protected fieldbtnOrgfOpen
btnOrgfOpen control.
Protected fieldbtnPdf
btnPdf control.
Protected fieldbtnSelectAllOrgSect
btnSelectAllOrgSect control.
Protected fieldbtnSendTo
btnSendTo control.
Protected fieldbtnSql
btnSql control.
Protected fieldbtnTab
btnTab control.
Protected fieldbtnUnselectAllOpenSect
btnUnselectAllOpenSect control.
Protected fieldbtnUnselectAllOrgSect
btnUnselectAllOrgSect control.
Protected fieldbtnUpdate
btnUpdate control.
Protected fieldbtnUpdateOpen
btnUpdateOpen control.
Protected fieldbtnXls
btnXls control.
Protected fieldcbFilterPublic
cbFilterPublic control.
Protected fieldcbVerifyDelete
cbVerifyDelete control.
Protected fieldcbVerifySend
cbVerifySend control.
Protected fieldddlFolderChain
ddlFolderChain control.
Protected fieldddlFoldersCopyTo
ddlFoldersCopyTo control.
Protected fieldddlFoldersMoveTo
ddlFoldersMoveTo control.
Protected fieldddlFormMode
ddlFormMode control.
Protected fieldddlRpp
ddlRpp control.
Protected fieldddlSortMode
ddlSortMode control.
Protected fielddGrid
dGrid control.
Protected fielddGridPager
dGridPager control.
Protected fielddvEditFilters
dvEditFilters control.
Protected fielddvFilterSaveControls
dvFilterSaveControls control.
Protected fielddvOpenFilters
dvOpenFilters control.
Protected fielddvOrganizeFilters
dvOrganizeFilters control.
Protected fielddvSavePanelHolder
dvSavePanelHolder control.
Protected fieldfhp
fhp control.
Protected fieldfileName
The current page as a file name.
(Inherited from BasePageStandard.)
Protected fieldfileNameShort
The current page as a file name with no extension.
(Inherited from BasePageStandard.)
Protected fieldforceNoColumnTest
Driven by a web config setting to force a no data returned test on every data loading/viewing page.
(Inherited from BasePageStandard.)
Protected fieldforceNoDataTest
Driven by a web config setting to force a no data returned test on every data loading/viewing page.
(Inherited from BasePageStandard.)
Protected fieldforceNoReportTest
Driven by a web config setting to force a no data returned test on every data loading/viewing page.
(Inherited from BasePageStandard.)
Protected fieldForm1
Form1 control.
Protected fieldfsPanel
fsPanel control.
Protected fieldhfTabIndex
hfTabIndex control.
Protected fieldignoreInjection
Ignore the injection checks while true.
(Inherited from BasePageStandard.)
Protected fieldignoreTimeout
If set to true ignores timeout processing and redirection.
(Inherited from BasePageStandard.)
Protected fieldimgIcon
imgIcon control.
Private fieldIS_POSTBACK (Inherited from BasePageStandard.)
Protected fieldisLoggedIn
Is set to true if the user is currently logged in.
(Inherited from BasePageStandard.)
Protected fieldkey
A secret key needed to talk to the web service client.
(Inherited from BasePageStandard.)
Protected fieldlblExtra
lblExtra control.
Protected fieldlblId
lblId control.
Protected fieldlblRpp
lblRpp control.
Private fieldMAX_COPY_ITEMS
Holds the maximum number of items that can be copied at one time.
Protected fieldmaxBulkExpRows
The maximum number of rows supported in a bulk export operation/
(Inherited from BasePageStandard.)
Protected fieldmaxExpRows
Sets the maximum number of rows donwloads will be supported on.
(Inherited from BasePageStandard.)
Protected fieldmaxJsonCols
The maximum number of JSON columns supported in converting a DataTable to JSON format.
(Inherited from BasePageStandard.)
Protected fieldmaxJsonRows
The maximum number of JSON rows supported in converting a DataTable to JSON format.
(Inherited from BasePageStandard.)
Protected fieldmaxRowReturn
Sets the maximum row return for the data grid view.
(Inherited from BasePageStandard.)
Protected fieldmaxToolRows
The maximum number of rows allowed in complex tools.
(Inherited from BasePageStandard.)
Protected fieldmessage
message control.
Protected fieldmfp
mfp control.
Protected fieldmmp
mmp control.
Private fieldMSG (Inherited from BasePageStandard.)
Protected fieldpageFeaturePerms
List of features permissions granted by page.
(Inherited from BasePageStandard.)
Protected fieldrootDir
THe current parent directory of the page.
(Inherited from BasePageStandard.)
Protected fieldrUrl
The current URL of this page.
(Inherited from BasePageStandard.)
Protected fieldrUrlLower
The current URL of this page in lowercase form.
(Inherited from BasePageStandard.)
Protected fieldScriptmanager1
Scriptmanager1 control.
Protected fieldscrolly
Holds the scroll offset value of the Filter Selector Panel.
Private fieldSession
Static self reference to the current Session. New keyword lets the system know we are intentionally overriding the Session.
(Inherited from BasePageStandard.)
Protected fieldsessionPrefix
Stores the local page's session prefix, used for advanced session management.
(Inherited from BasePageStandard.)
Private fieldshowFilter
Controls display of the column filter form.
Protected fieldsvc
A P4S3 Web Service client.
(Inherited from BasePageStandard.)
Protected fieldtempDir
The local temp directory for this web application.
(Inherited from BasePageStandard.)
Protected fieldtxtDesc
txtDesc control.
Protected fieldtxtName
txtName control.
Protected fieldtxtNewFolderName
txtNewFolderName control.
Protected fieldtxtSendUsername
txtSendUsername control.
Protected fielduserId
The active userId.
(Inherited from BasePageStandard.)
Protected fielduserRoleId
The current user's role id.
(Inherited from BasePageStandard.)
Back to Top
See Also