Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IObjectSpaceProvider Interface

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

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