DevExpress.ExpressApp.ApplicationBuilder Namespace
Contains platform-agnostic classes and interfaces that allow you to configure your application in the fluent API-based application builder.
Assemblies: DevExpress.EntityFrameworkCore.Security.v24.1.dll, DevExpress.ExpressApp.AuditTrail.EFCore.v24.1.dll, DevExpress.ExpressApp.CloneObject.Xpo.v24.1.dll, DevExpress.ExpressApp.ConditionalAppearance.v24.1.dll, DevExpress.ExpressApp.EFCore.v24.1.dll, DevExpress.ExpressApp.Objects.v24.1.dll, DevExpress.ExpressApp.Security.Xpo.v24.1.dll, DevExpress.ExpressApp.StateMachine.v24.1.dll, DevExpress.ExpressApp.v24.1.dll, DevExpress.ExpressApp.ViewVariantsModule.v24.1.dll, DevExpress.ExpressApp.Xpo.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.EFCore, DevExpress.ExpressApp.AuditTrail.EFCore, DevExpress.ExpressApp.CloneObject.Xpo, DevExpress.ExpressApp.ConditionalAppearance, DevExpress.ExpressApp.Objects, DevExpress.ExpressApp.Security.Xpo, DevExpress.ExpressApp.StateMachine, DevExpress.ExpressApp, DevExpress.ExpressApp.ViewVariantsModule, DevExpress.ExpressApp.Xpo
Classes
Interfaces
Name | Description |
---|---|
ILegacyInitializationXafApplication | Contains the InitializeComponent() method that you can use when you migrate your application configuration to the application builder. |
IModuleBuilder<TContext> | Allows you to add and configure Modules in your application. |
IObjectSpaceProviderBuilder<TContext> | The fluent API-based builder that allows you to configure Object Space Providers in your WinForms application. |
IObjectSpaceProviderServiceBasedBuilder<TContext> | The fluent API-based builder that allows you to configure Object Space Providers in your ASP.NET Core Blazor application. |
IXafApplicationBuilder<TBuilder> | The base interface for platform-specific fluent API-based application builders. |