Back to Devexpress

IXafApplicationBuilder<TBuilder> Interface

expressappframework-devexpress-dot-expressapp-dot-applicationbuilder-dot-ixafapplicationbuilder-1-b925aaeb.md

latest1.4 KB
Original Source

IXafApplicationBuilder<TBuilder> Interface

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

Namespace : DevExpress.ExpressApp.ApplicationBuilder

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

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

Type Parameters

NameDescription
TBuilder

The IWinApplicationBuilder or IBlazorApplicationBuilder type.

|

See Also

IXafApplicationBuilder<TBuilder> Members

DevExpress.ExpressApp.ApplicationBuilder Namespace