Skip to main content
.NET 6.0+

IObjectSpaceProvider Interface

Declares members implemented by Object Space Providers used by XAF to instantiate Object Spaces.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public interface IObjectSpaceProvider

Remarks

For an example of a custom Object Space Provider, refer to the How to use a custom ObjectSpaceProvider in XAF example.

See Also