Back to Devexpress

IModuleBuilder<TContext> Interface

expressappframework-devexpress-dot-expressapp-dot-applicationbuilder-dot-imodulebuilder-1.md

latest2.1 KB
Original Source

IModuleBuilder<TContext> Interface

Allows you to add and configure Modules in your application.

Namespace : DevExpress.ExpressApp.ApplicationBuilder

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModuleBuilder<TContext>
    where TContext :
    IXafApplicationBuilder<TContext>
vb
Public Interface IModuleBuilder(Of TContext As IXafApplicationBuilder(Of TContext))

Type Parameters

NameDescription
TContext

The IWinApplicationBuilder or IBlazorApplicationBuilder type.

|

The following members return IModuleBuilder<TContext> objects:

Extension Methods

AddAuditTrailEFCore<TContext>()

See Also

IModuleBuilder<TContext> Members

DevExpress.ExpressApp.ApplicationBuilder Namespace