INonSecuredObjectSpaceFactory.CreateNonSecuredObjectSpace(Type) Method
Creates a non-secured Object Space for the specified business object type.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
IObjectSpace CreateNonSecuredObjectSpace(
Type objectType
)
#Parameters
Name | Type | Description |
---|---|---|
object |
Type | The method creates a non-secured Object Space for this business object type. |
#Returns
Type | Description |
---|---|
IObject |
A non-secured Object Space for the specified business object type. |