Skip to main content
All docs
V25.1
  • .NET 8.0+

    CompositeObjectSpace(ITypesInfo, IEntityStore) Constructor

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

    Namespace: DevExpress.ExpressApp

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