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

CompositeObjectSpace(ITypesInfo, IEntityStore) Constructor

Initializes a new instance of the CompositeObjectSpace class with specified settings.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CompositeObjectSpace(
    ITypesInfo typesInfo,
    IEntityStore entityStore
)

Parameters

Name Type Description
typesInfo ITypesInfo

An ITypesInfo object that provides access to XAF-related information on business classes.

entityStore DevExpress.ExpressApp.DC.IEntityStore

An IEntityStore object.

See Also