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
Parameters
Name | Type | Description |
---|---|---|
objectType | Type | The method creates a non-secured Object Space for this business object type. |
Returns
Type | Description |
---|---|
IObjectSpace | A non-secured Object Space for the specified business object type. |
See Also