Packflow.Interface Namespace |
Class | Description | |
---|---|---|
CoreExtensions |
Provides extensions for Packflow.Core objects.
| |
ExcelDataService |
CodeBehind page for Excel Data service.
Serves Html formatted data for Excel.
Uses query string parameters to retrieve data.
Uses Windows-1252 encoding.
| |
Help |
Code behind for the Help page.
| |
LowLevelErrorPage |
Code behind for the Error page.
| |
Message |
Code behind for the Message page.
| |
MethodAccessDeniedToClient |
Attribute to set on methods that cannot be called from the client side (hub/ajax).
Note: for properties, it must be set on the "get" on or the "set". | |
MethodAccessDeniedToClientAttribute |
Attribute to set on methods that cannot be called from the client side (hub/ajax).
Note: for properties, it must be set on the "get" on or the "set". | |
PFActionsBar |
Represents the content of an actions bar.
| |
PFActionsBarButton |
Represents a button in an actions bar.
| |
PFActionsBarConfirmationSettings |
Defines the way a confirmation
should be asked to the user before executing an action in an actions bar.
| |
PFActionsBarMenu |
A sub menu of buttons in an actions bar.
| |
PFActionsBarObject |
An UI object of an actions bar.
| |
PFActivityLogHub |
Provides methods called via SignalR for the Activity Logs (administration) page.
| |
PFActivityLogHubPFActivityLogGroupedResponse |
Grouped response for Kendo DataSource. Uses different naming convention.
| |
PFActivityLogViewHtmlHelper |
Provides methods to generate the content HTML of a gridview targeting object of type PFActivityLog.
| |
PFActivityLogViewModel |
View model of an activity log entry for Kendo DataSource
| |
PFAdminAppSettingsNode |
Represents the ViewModel for PFApplication or PFContext settings in applications settings page.
| |
PFAdminAppSettingsViewModel |
Represents the viewModel for the application settings administration page.
| |
PFAdminAppSettingViewModel |
Represents the ViewModel for a PFApplication custom setting in application settings administration page.
| |
PFAdminExternalConnectionAddressProperty |
Represents a generice ddress property view-model used by
external connections administration GUI.
| |
PFAdminExternalConnectionBindingViewModel |
View-Model used by the administration interface to manage bindings in connections.
Flattens necessary data from all specific PFExternalConnection_Binding implementations.
| |
PFAdminExternalConnectionChoiceViewModel |
Represents the view model for a generic choice control in external connections GUI.
| |
PFAdminExternalConnectionOperationResult |
View-model for an external connection test results.
Used by the external connections administration GUI.
| |
PFAdminExternalConnectionsNode |
Represents a tree view node view-model for External connections administration.
| |
PFAdminExternalConnectionViewModel |
View-Model representing a PFExternalConnection object for administration interface.
| |
PFAdministrationPerformances |
Code behind for the Performances page.
| |
PFApplicationHub |
Hub of an application receiving calls from JavaScript.
| |
PFApplicationHubPFApplicationType |
Hub of an application receiving calls from JavaScript.
| |
PFApplicationHubCaller |
SignalR hub allowing managing an application's items.
| |
PFApplicationHubConnection |
Represents a connection between an application's page
and its corresponding PFApplicationHub (for a given user).
| |
PFApplicationHubResult |
Object returned by the generic ExecuteAction method. Used to call application hub methods from client-side.
| |
PFApplicationInterfaceObjectFactory |
Provides tools to create instances of MVC classes in applications.
| |
PFAppSettingsHub |
Provides methods called via SignalR for the Application and context settings (administration) page.
| |
PFBasePage |
Represents a code behind of a Packflow page.
Provides contextual properties like CurrentSite, CurrentUser, PageContext, Translations.
| |
PFControllerFactory |
Provides controller creation capabilities, replacing the default behavior.
| |
PFCustomPage |
Parent class for all code behind of custom pages.
| |
PFDashboardController |
Provides methods executing actions during PFDashboard MVC cycles.
| |
PFDashboardHtmlHelper |
Provides all tools to generate forms, controls and displays of a PFDashboard.
| |
PFDashboardModelBinder |
Maps a browser request, from a Packflow form, to a PFDashboard.
| |
PFDashboardPage |
Code behind for the PFDashboardPage page.
| |
PFDashboardPageContext |
Represents the context of a PFDashboard UI.
| |
PFDataBroadcaster |
Provides methods calling clients connected to the Packflow.Interface.PFDataHub.
| |
PFDataHub |
Provides methods called via SignalR from Packflow pages or gridviews.
| |
PFDateTimeExtensions |
DateTime utilities using Packflow translations.
| |
PFExternalConnectionsBroadcaster |
Broadcaster to inform External Connections admin page about synchronization events.
| |
PFExternalConnectionsHub |
Provides methods called via SignalR for the External connections (administration) page.
| |
PFFieldHtmlHelper |
Provides methods to generate controls for Packflow fields.
| |
PFFieldHtmlHelper_Boolean |
Provides methods to generate controls for Boolean fields.
| |
PFFieldHtmlHelper_Choice |
Provides methods to generate controls for Choice fields.
| |
PFFieldHtmlHelper_Datetime |
Provides methods to generate controls for Datetime fields.
| |
PFFieldHtmlHelper_FileHolder |
Provides methods to generate controls for FileHolder fields.
| |
PFFieldHtmlHelper_Note |
Provides methods to generate controls for Note fields.
| |
PFFieldHtmlHelper_Numeric |
Provides methods to generate controls for Numeric fields.
| |
PFFieldHtmlHelper_Text |
Provides methods to generate controls for Text fields.
| |
PFFieldHtmlHelper_Url |
Provides methods to generate controls for Url fields.
| |
PFFieldHtmlHelper_User |
Provides methods to generate controls for User fields.
| |
PFFormGridView_DeleteLine |
Represents the page's code behind of a gridview Delete request.
| |
PFFormGridView_EditLine |
Represents the page's code behind of a gridview EditLine request.
| |
PFFormGridView_InlineAction |
Represents code behind of a gridview request output page/result.
| |
PFFormGridView_LoadRow |
Represents the page's code behind of a gridview LoadRow request.
| |
PFFormGridView_NewLine |
Represents the page's code behind of a gridview NewLine request.
| |
PFFormGridView_SaveLine |
Represents the page's code behind of a gridview SaveLine request.
| |
PFFormGridView_UnlinkLine |
Represents the page's code behind of a gridview UnlinkLine request.
| |
PFFormsAccountsHub |
Provides methods called via SignalR for the FormsAccount (administration) page.
| |
PFFormsAccountsHubFormsAccountInfo |
POCO class used to represent MembershipUser objects.
Used internally by the engine. Do not use to store MembershipInfo as there is no strong
link to the Membership Provider the membership info belongs to.
| |
PFFormsAccountsHubFormsAccountSyncInfo |
POCO class used to represent MembershipUser objects and
Used internally by the engine. Do not use to store MembershipInfo as there is no strong
link to the Membership Provider the membership info belongs to.
This class is used as a View model in administration to append synchronization information between membership users and PF users.
| |
PFGridView_AuthorisationException |
Exception thrown when an authorisation check failed during a gridview generation.
| |
PFGridViewFilter |
Represents a client-side filter of a gridview.
| |
PFGridViewHtmlHelper_Items |
Provides methods for the generation of gridviews targeting items.
| |
PFGridViewHtmlHelper_MultiContent |
Provides methods for the generation of gridviews targeting items from multiple content-types.
| |
PFGridViewHtmlHelper_Objects |
Provides methods for the generation of gridviews targeting Packflow objects like events, log entries, etc.
| |
PFGridViewHtmlHelperTPFBaseObject |
Provides methods for the generation of gridviews.
| |
PFGridViewPlaceHolderHtmlHelper |
Provides methods for the generation of gridviews' placeholder.
| |
PFGridViewPlaceHolderSettings |
Represents the settings of a gridview's placeholder.
This is not transferred through client-side. | |
PFGridViewSettings_Items |
Represents the settings of a gridview targeting items.
| |
PFGridViewSettings_MultiContent |
Represents the settings of a gridview targeting items from multiple content-types.
| |
PFGridViewSettings_Objects |
Represents the settings of a gridview targeting Packflow objects like events, log entries, etc.
| |
PFGridViewSettingsData |
Represents the inner settings of a gridview.
Note: inner settings are transmitted to client-side who will send them to SignalR. Then, the server will create a new instance of settings from these inner settings. To setup a gridview, you can use the not-inner settings classes. | |
PFGridViewSettingsData_Items |
Represents the inner settings of a gridview targeting items.
Note: inner settings are transmitted to client-side who will send them to SignalR. Then, the server will create a new instance of settings from these inner settings. To setup a gridview, you can use the not-inner settings classes. | |
PFGridViewSettingsData_MultiContent |
Represents the inner settings of a gridview targeting items from multiple content-types.
Note: inner settings are transmitted to client-side who will send them to SignalR. Then, the server will create a new instance of settings from these inner settings. To setup a gridview, you can use the not-inner settings classes. | |
PFGridViewSettingsData_Objects |
Represents the inner settings of a gridview targeting Packflow objects like events, log entries, etc.
Note: inner settings are transmitted to client-side who will send them to SignalR. Then, the server will create a new instance of settings from these inner settings. To setup a gridview, you can use the not-inner settings classes. | |
PFGroupPage |
Code behind for the PFGroupPage page.
| |
PFGroupPageContext |
Represents the context of a group page.
| |
PFHeaderBroadcaster |
Provides methods calling clients connected to the Packflow.Interface.PFHeaderHub.
| |
PFHeaderHtmlHelper |
Provides methods to generate the top most part of a page.
| |
PFHeaderHub |
Provides methods called via SignalR from a page's header.
| |
PFHtmlHelper |
Provides utilities for html generation.
| |
PFImagesHtmlHelper |
Provides methods generating Font-Awesome classes.
| |
PFItemActionsBarHtmlHelper |
Provides methods to generate the actions bar of an item's form.
| |
PFItemAdministrationHtmlHelper |
Provides methods to generate the administration sections of an item's form.
| |
PFItemBinder |
Binds field values and files to a PFItem.
| |
PFItemBinderPFItemType | Binds field values and files to a PFItem. Inherit from this class to change the way a type of PFItem is bound in the MVC cycle. | |
PFItemCommentViewHtmlHelper |
Provides methods to generate the content HTML of a gridview targeting object of type PFItemComment.
| |
PFItemController |
Provides methods executing actions during PFItem MVC cycles.
| |
PFItemControllerPFItemType |
Provides methods executing actions during PFItem MVC cycles.
| |
PFItemEventPage |
Code behind for the PFItemEvent page.
| |
PFItemEventViewHtmlHelper |
Provides methods to generate the content HTML of a gridview targeting object of type PFItemEvent.
| |
PFItemHtmlHelper |
Provides all tools to generate forms, controls and displays of a PFItem.
| |
PFItemHtmlHelperPFItemType |
Provides all tools to generate forms, controls and displays of a PFItem of type PFItemType.
| |
PFItemHtmlHelperUtils |
Contains utilities for PFItem html helpers.
| |
PFItemModelBinder |
Maps a browser request, from a Packflow form, to a PFItem.
| |
PFItemNavigatorHtmlHelper |
Provides methods to generate the navigator panel on the left side of an item's form.
| |
PFItemPagePFItemType |
Parent class for all code behind of items' pages.
| |
PFItemPageBroadcaster |
Provides methods calling clients connected to the Packflow.Interface.PFItemPageHub.
| |
PFItemPageContext |
Represents the context of a PFItem UI.
| |
PFItemPageHub |
Provides methods called via SignalR from an item's form.
| |
PFItemPageHubConnection |
Represents a connection between an item's form page and the PFItemPageHub (for a given user).
| |
PFItemPagePart |
Represents the subpart of a PFItem page.
| |
PFKnownException |
Use this exception to display an error message (in Packflow Error page)
without exception details and without entry added in log.
| |
PFLogEntryPage |
Code behind for the PFGroupPage page.
| |
PFLogEntryViewHtmlHelper |
Provides methods to generate the content HTML of a gridview targeting object of type PFLogEntry.
| |
PFMessagesPage |
Code behind for the PFMessagesPage page.
| |
PFModelBinderProvider |
Provides item model binder creation capabilities, replacing the default behavior.
| |
PFNavigationBarHtmlHelper |
Provides methods to generate the bar between the header and the gridview of the navigation page.
| |
PFNavigationFilterControl |
PFNavigationFilter control.
| |
PFNavigationPageContext |
Represents the context of a navigation page in Packflow.
| |
PFNavigationSession |
Contains the last settings of the views browsed during an user session.
| |
PFNavigationSessionViewSettings |
Contains the last settings of a view browsed during an user session.
| |
PFObjectViewHtmlHelper |
Provides methods to generate the content HTML of a gridview targeting Packflow objects other than PFItem.
| |
PFOfficeBindingUtils |
Utilities for Office files synchronization.
| |
PFPageContext |
Represents a context of Packflow objects in a web page.
| |
PFPageNotifications |
Provides methods to manage notifications,
stored on the current HttpContext and available throughout the request cycle.
| |
PFPageNotificationsHtmlHelper |
Provides methods to generate html from request notifications.
| |
PFPagePart |
Represents the subpart of a page.
| |
PFPerformancesHub |
Provides methods called via SignalR for the Performances (administration) page.
| |
PFPostedFile |
Represents a posted file.
| |
PFQuickLaunchBar_Entry |
Represents an entry in the PFQuickLaunchBarHtmlHelper.
| |
PFQuickLaunchBar_Link |
Represents a link in the PFQuickLaunchBarHtmlHelper.
| |
PFQuickLaunchBar_Menu |
Represents a menu in the PFQuickLaunchBarHtmlHelper.
| |
PFQuickLaunchBar_Text |
Represents a text in the PFQuickLaunchBarHtmlHelper.
| |
PFQuickLaunchBarHtmlHelper |
Provides methods to generate the bar under the header, showing useful links.
| |
PFRequestMonitoring |
Analysis tool registering all PFQuery execution times during a web request.
| |
PFResourcesHtmlHelper |
Provides methods generating html tags including JavaScript and CSS files.
| |
PFSiteEvents |
Code behind for the Events page.
| |
PFSiteEventsHub |
Provides methods called via SignalR for the Events (administration) page.
| |
PFSiteSettingsHub |
Provides methods called via SignalR for the Settings (administration) page.
| |
PFThemeDynamicProperty | PFThemeLessPlugin dynamic property definition.
| |
PFThemeLessPlugin |
Dotless plugin used to bind dynamic theme values in less files.
| |
PFThemeLessVisitorConfigurator |
Configuration class for PFThemeLessVisitorPlugin
| |
PFThemeLessVisitorPlugin |
Dotless plugin used to bind dynamic theme values in less files.
Uses a custom PFThemeSettings object instead of persisted Theme.
| |
PFThemeVisitorDynamicProperty |
DotLess function used to replace dynamic property values in Less files.
| |
PFTranslations |
Use this class to get translations provided by Packflow.
| |
PFUrlUtils |
Provides methods appending or extracting parameters from URLs.
| |
PFUserController |
Provides methods executing actions during PFUser MVC cycles.
| |
PFUserHtmlHelper |
Provides all tools to generate forms, controls and displays of a PFUser.
| |
PFUserIdentityViewHtmlHelper |
Provides methods to generate the content HTML of a gridview targeting object of type PFUserIdentity.
| |
PFUserModelBinder |
Maps a browser request, from a Packflow form, to a PFUser.
| |
PFUserNavigationEntryViewHtmlHelper |
Provides methods to generate the content HTML of a gridview targeting object of type PFUserNavigationEntry.
| |
PFUserNavigationPanelBroadcaster |
Provides methods calling clients connected to the Packflow.Interface.PFUserNavigationPanelHub.
| |
PFUserNavigationPanelHtmlHelper |
Provides methods to generate the user navigation panel on the right side.
All states and entries concern the current user. | |
PFUserNavigationPanelHub |
Provides methods called via SignalR from user navigation panel.
| |
PFUserNotificationViewHtmlHelper |
Provides methods to generate the content HTML of a gridview targeting object of type PFUserNotification.
| |
PFUserPage |
Code behind for the PFUserPage page.
| |
PFUserPageContext |
Represents the context of a PFUser UI.
| |
PFUserPermissionHub |
Provides methods called via SignalR for the UserPermissionReport (administration) page.
| |
PFUsersManagementHub |
Provides methods called via SignalR for the UsersManagement (administration) page.
| |
PFUsersManagementHubV2 |
Provides methods called via SignalR for the UsersManagement (administration) page.
| |
PFUserViewHtmlHelper |
Provides methods to generate the content HTML of a gridview targeting object of type PFUser.
| |
PFViewAggregation |
Represents a data aggregation in a view.
| |
PFViewController |
Provides methods executing actions during PFView MVC cycles.
| |
PFViewHtmlHelper |
Provides all tools to generate forms, controls and displays of a PFView.
| |
PFViewModelBinder |
Maps a browser request, from a Packflow form, to a PFView.
| |
PFViewPage |
Code behind for the PFViewPage page.
| |
PFViewPageContext |
Represents the context of a PFView UI.
| |
PFWaffle |
Represents the content of the header waffle.
| |
PFWaffleItem |
Represent an item shown in the waffle grid.
| |
PFWaffleLink |
Represents a hyperlink shown when a waffle item is clicked.
| |
PFWidget |
Represents the part of an ASPX page, providing some sort of features.
| |
PFWidget_QuickAccess | Widget allowing the user to search for items with a single text box. You must include the resources using ResourcesHtml.GetWidgetResources_QuickAccess in the head of your page. | |
PFWidget_QuickAccess_Action |
Represents a generic action available on Quick Access widget results.
| |
PFWidget_QuickAccess_Action_FieldLink |
Represents an action available on Quick Access widget results.
The field type ca be: Choice, FileHolder, Url, User. If the field contains multiple url/references, only the first one is used. | |
PFWidget_QuickAccess_Action_JavascriptEvent |
Represents an action available on Quick Access widget results.
The event will be triggered when the action is clicked.
| |
PFWidget_QuickAccess_Action_UrlAnchor |
Represents an action available on Quick Access widget results.
Will add an anchor to the item form url, like "URL#AnchorValue".
| |
PFWidget_QuickAccess_ActionMenu |
Represents the menu displayed for each result row displayed in the Quick Access widget.
| |
PFWidget_QuickAccess_Button |
Represents a button shown at the bottom of a quick access widget.
| |
RestHandlerException |
Exception thrown by a custom handler of REST requests.
| |
RouteInfo |
Provides utilities to create a MVC RouteData object from an URL.
| |
RouteUtils |
Provides utilities to create a MVC RouteData object from an URL.
| |
SignOut |
Code behind for the SignOut page.
| |
Startup |
Owin startup class (-> SignalR).
| |
Support |
Code behind for the Support page.
| |
TypeScriptUtils |
Provides various interoperability utilities for Packflow TypeScript API.
|
Structure | Description | |
---|---|---|
PFFieldChoiceValueTransferData | Provides essential item information to transfer between client and server. Used when a new value creation is requested from the client. |
Interface | Description | |
---|---|---|
IPFWidgetSettingsDatabaseStorable |
Widgets inheriting from this interface can be stored and restored from the database.
Not yet active. | |
IPFWidgetSettingsHtmlStorable |
Delegate | Description | |
---|---|---|
GetControlHtmlMethod |
Represents a method getting the html of a PFField control, loaded with the specified value.
| |
GetDisplayHtmlMethod |
Represents a method getting a display html representing a value of a PFField.
| |
GetDisplayTextMethod |
Represents a method getting a display text representing a value of a PFField.
|
Enumeration | Description | |
---|---|---|
PFActionsBarButtonActionMode |
Type of code/behavior to execute when a button is clicked in the actions bar.
| |
PFActionsBarButtonTooltipMode |
Type of tooltip display for a button in the actions bar.
| |
PFAdminExternalConnectionNodeType |
Enumeration representing the possible node types in the connections administration tree-view.
| |
PFDashboardPageContextMode |
Represents the mode in which PFDashboardPage must be displayed
| |
PFFormMode |
Identifies the purpose of a form.
| |
PFGridView_CreationMode |
Describes the behavior of the creation button of a gridview.
| |
PFGridView_FrameFooterMode |
Describes the behavior of a gridview's footer.
| |
PFGridView_FrameHeaderContent |
Describes the caption of a gridview's header.
| |
PFGridView_FrameHeaderMode |
Describes the behavior of a gridview's header.
| |
PFGridView_HeightMode |
Describes the modes used by a gridview to manage its height.
| |
PFGridViewAsyncResultType |
Defines the expected result if action is successful.
| |
PFGridViewQuickSearchTargetingMode |
Specifies which fields are filtered when the user uses the quick search feature.
| |
PFGridViewSettingsDataType |
Identifies which kind of data is targeted by a gridview.
| |
PFHeaderChangeContextBehavior |
Defines the way Packflow should react
after the user changes his context filtering settings
using the header functionality.
| |
PFItemBinderVersionSyncState |
Describes the state of the posted version compared to the stored one, and how each case will be handled.
| |
PFItemPageContainer |
Specifies in which kind of container the item UI is being generated.
| |
PFWidget_QuickAccess_ContentTypeDisplayMode |
Describes how the content-type of found items is displayed.
| |
RelativeTimeResolution |
Specifies how a natural date is expressed.
|