Back to Devexpress

XafApplication.CreateObjectSpace Method

expressappframework-devexpress-dot-expressapp-dot-xafapplication-dot-createobjectspace.md

latest1.9 KB
Original Source

XafApplication.CreateObjectSpace Method

NameParametersDescription
CreateObjectSpace()noneCreates an Object Space. Use this method overload if your application registers only one ObjectSpaceProvider.
CreateObjectSpace(Type, String)objectType, tenantNameCreates an object space for the specified business object type in a multi-tenant application.
CreateObjectSpace(Type)objectTypeCreates an Object Space that supports a specific object type. Use this method overload if your application registers several ObjectSpaceProviders.
CreateObjectSpace<T>()noneCreates an Object Space of the specified type.
CreateObjectSpace<T>(String)tenantNameCreates an object space for the specified business object type in a multi-tenant application.