BaseObjectSpace(ITypesInfo, IEntityStore) Constructor
Creates a new instance of the BaseObjectSpace class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
typesInfo | ITypesInfo | An object implementing the ITypesInfo interface. |
entityStore | DevExpress.ExpressApp.DC.IEntityStore | An IEntityStore object. |
Remarks
When you need to create an Object Space (for example, to create a View), do not create it manually. Instead, use the XafApplication.CreateObjectSpace method.
If you cannot access the XafApplication object, use this constructor.
See Also