IObjectSpaceProviderBuilder<TContext> Interface
The fluent API-based builder that allows you to configure Object Space Providers in your WinForms application.
Namespace: DevExpress.ExpressApp.ApplicationBuilder
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public interface IObjectSpaceProviderBuilder<TContext>
where TContext :
IXafApplicationBuilder<TContext>,
IAccessor<IServiceCollection>
#Type Parameters
Name | Description |
---|---|
TContext | The IWin |
#Related API Members
The following members return IObjectSpaceProviderBuilder
#Extension Methods
See Also