Skip to main content
All docs
V23.2
.NET 6.0+

CompositeObjectSpace(ITypesInfo, IEntityStore) Constructor

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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