Back to Devexpress

DevExpress.ExpressApp.Win.ApplicationBuilder Namespace

expressappframework-devexpress-dot-expressapp-dot-win.md

latest11.7 KB
Original Source

DevExpress.ExpressApp.Win.ApplicationBuilder Namespace

Contains classes and interfaces that allow you to configure your WinForms application in the fluent API-based application builder.

Assemblies : DevExpress.ExpressApp.AuditTrail.Xpo.v25.2.dll, DevExpress.ExpressApp.Chart.Win.v25.2.dll, DevExpress.ExpressApp.Dashboards.Win.v25.2.dll, DevExpress.ExpressApp.FileAttachment.Win.v25.2.dll, DevExpress.ExpressApp.Notifications.Win.v25.2.dll, DevExpress.ExpressApp.Office.Win.v25.2.dll, DevExpress.ExpressApp.PivotGrid.Win.v25.2.dll, DevExpress.ExpressApp.ReportsV2.Win.v25.2.dll, DevExpress.ExpressApp.Scheduler.Win.v25.2.dll, DevExpress.ExpressApp.Security.EFCore.Extensions.Win.v25.2.dll, DevExpress.ExpressApp.Security.Xpo.Extensions.Win.v25.2.dll, DevExpress.ExpressApp.TreeListEditors.Win.v25.2.dll, DevExpress.ExpressApp.Validation.Win.v25.2.dll, DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages : DevExpress.ExpressApp.AuditTrail.Xpo, DevExpress.ExpressApp.Chart.Win, DevExpress.ExpressApp.Dashboards.Win, DevExpress.ExpressApp.FileAttachment.Win, DevExpress.ExpressApp.Notifications.Win, DevExpress.ExpressApp.Office.Win, DevExpress.ExpressApp.PivotGrid.Win, DevExpress.ExpressApp.ReportsV2.Win, DevExpress.ExpressApp.Scheduler.Win, DevExpress.ExpressApp.Security.EFCore.Extensions.Win, DevExpress.ExpressApp.Security.Xpo.Extensions.Win, DevExpress.ExpressApp.TreeListEditors.Win, DevExpress.ExpressApp.Validation.Win, DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Classes

NameDescription
AuditTrailXpoApplicationBuilderExtensions staticExtends the IModuleBuilder<TContext> interface with a method to add the Audit Trail Module (XPO) to your application.
AzureAdAuthenticationOptionsContains authentication settings for Microsoft Entra ID (Azure Active Directory).
AzureADWinAuthenticationExtensions staticAllows you to add the capability to authenticate a user with a Microsoft Entra ID (Azure Active Directory) account to a WinForms application.
ChartsApplicationBuilderExtensions staticExtends the IModuleBuilder<TContext> interface with a method to add the Charts Module to your application.
DashboardsApplicationBuilderExtensions staticExtends the IModuleBuilder<TContext> interface with a method to add the Dashboards Module to your application.
EFCoreMiddleTierSecurityExtensions staticExtends the IWinSecurityBuilder interface with methods to configure EF Core Middle Tier Security.
FileAttachmentsApplicationBuilderExtensions staticExtends the IModuleBuilder<TContext> interface with a method to add the File Attachments Module to your application.
MiddleTierAuthenticationBuilderExtensions staticExtends the IMiddleTierAuthenticationBuilder interface with methods to configure Middle Tier Security authentication in your application.
MiddleTierSecurityExtensions staticExtends the IWinSecurityBuilder interface with methods to configure XPO Middle Tier Security.
NotificationsApplicationBuilderExtensions staticExtends the IModuleBuilder<TContext> interface with a method to add the Notifications Module to your application.
OfficeApplicationBuilderExtensions staticExtends the IModuleBuilder<TContext> interface with a method to add the Office Module to your application.
PivotGridApplicationBuilderExtensions staticExtends the IModuleBuilder<TContext> interface with a method to add the Pivot Grid Module to your application.
ReportsApplicationBuilderExtensions staticExtends the IModuleBuilder<TContext> interface with a method to add the Reports V2 Module to your application.
SchedulerApplicationBuilderExtensions staticExtends the IModuleBuilder<TContext> interface with a method to add the Scheduler Module to your application.
TreeListEditorsApplicationBuilderExtensions staticExtends the IModuleBuilder<TContext> interface with a method to add the Tree List Editors Module to your application.
ValidationApplicationBuilderExtensions staticExtends the IModuleBuilder<TContext> interface with a method to add the Validation Module to your application.
WinAuthenticationBuilderExtensions staticAllows you to enable external (non-XAF) authentication providers in a WinForms application.
WinExternalAuthenticationBuilderA builder that allows you to enable external (non-XAF) authentication providers in a WinForms application.
WinSecurityBuilderExtensions staticExtends the IWinAuthenticationBuilder interface with methods to configure authentication in your application.

Interfaces

NameDescription
IMiddleTierAuthenticationBuilderThe fluent API-based builder that allows you to configure XPO Middle Tier Security in your WinForms application.
IWinApplicationBuilderThe fluent API-based application builder that allows you to configure your WinForms application (add extra Modules, enable the Security System, and so on).
IWinAuthenticationBuilderThe fluent API-based builder that allows you to configure the Security System in Integrated Mode in your WinForms application.
IWinSecurityBuilderThe fluent API-based builder that allows you to configure the Security System in your WinForms application.