Back to Devexpress

IXafApplicationBuilder<TBuilder> Members

expressappframework-devexpress-dot-expressapp-dot-applicationbuilder-dot-ixafapplicationbuilder-1-dot-underscore-members.md

latest1.4 KB
Original Source

IXafApplicationBuilder<TBuilder> Members

The base interface for platform-specific fluent API-based application builders.

Properties

NameDescription
ModulesProvides access to IModuleBuilder<TContext> that allows you to register and configure Modules in your application.
ServicesThe IServiceCollection object that configures additional services of an XAF application.

Methods

NameDescription
AddBuildStep(Action<XafApplication>)Configures the application on its initialization. Allows you to customize the application during its creation.

See Also

IXafApplicationBuilder<TBuilder> Interface

DevExpress.ExpressApp.ApplicationBuilder Namespace