Back to Devexpress

DevExpress.ExpressApp.Blazor.ApplicationBuilder Namespace

expressappframework-devexpress-dot-expressapp-dot-blazor.md

latest7.7 KB
Original Source

DevExpress.ExpressApp.Blazor.ApplicationBuilder Namespace

Contains classes and interfaces that allow you to configure your ASP.NET Core Blazor application in the fluent API-based application builder.

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

NuGet Packages : DevExpress.ExpressApp.AuditTrail.Xpo, DevExpress.ExpressApp.Blazor, DevExpress.ExpressApp.Dashboards.Blazor, DevExpress.ExpressApp.FileAttachment.Blazor, DevExpress.ExpressApp.Notifications.Blazor, DevExpress.ExpressApp.Office.Blazor, DevExpress.ExpressApp.ReportsV2.Blazor, DevExpress.ExpressApp.Scheduler.Blazor, DevExpress.ExpressApp.Security.EFCore.Extensions.Blazor, DevExpress.ExpressApp.Security.Xpo.Extensions.Blazor, DevExpress.ExpressApp.Validation.Blazor

Classes

NameDescription
AuditTrailXpoApplicationBuilderExtensions staticExtends the IModuleBuilder<TContext> interface with a method to add the Audit Trail Module (XPO) to your application.
DashboardsApplicationBuilderExtensions staticExtends the IModuleBuilder<TContext> interface with a method to add the Dashboards Module to your application.
EFCoreMiddleTierSecurityExtensions staticExtends the IBlazorSecurityBuilder 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.
MiddleTierSecurityExtensions staticExtends the IBlazorSecurityBuilder 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.
OfficeOptionsContains options that you can use to configure the Office Module.
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.
ValidationApplicationBuilderExtensions staticExtends the IModuleBuilder<TContext> interface with a method to add the Validation Module to your application.

Interfaces

NameDescription
IBlazorApplicationBuilderThe fluent API-based application builder that allows you to configure your ASP.NET Core Blazor application (add extra Modules, enable the Security System, and so on).
IBlazorSecurityBuilderThe fluent API-based builder that allows you to configure the Security System in your ASP.NET Core Blazor application.
IMiddleTierAuthenticationBuilderDeclares the fluent API-based builder that allows you to configure XPO Middle Tier Security in your Blazor application.