Back to Devexpress

ObjectSpaceFactoryExtensions.CreateNonSecuredObjectSpace<T>(INonSecuredObjectSpaceFactory) Method

expressappframework-devexpress-dot-expressapp-dot-objectspacefactoryextensions-dot-createnonsecuredobjectspace-1-x28-devexpress-dot-expressapp-dot-inonsecuredobjectspacefactory-x29.md

latest2.2 KB
Original Source

ObjectSpaceFactoryExtensions.CreateNonSecuredObjectSpace<T>(INonSecuredObjectSpaceFactory) Method

Creates a non-secured Object Space.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public static IObjectSpace CreateNonSecuredObjectSpace<T>(
    this INonSecuredObjectSpaceFactory objectSpaceFactory
)
vb
<ExtensionAttribute>
Public Shared Function CreateNonSecuredObjectSpace(Of T)(
    objectSpaceFactory As INonSecuredObjectSpaceFactory
) As IObjectSpace

Parameters

NameTypeDescription
objectSpaceFactoryINonSecuredObjectSpaceFactory

An instance of a type to extend.

|

Type Parameters

NameDescription
T

Specified object type.

|

Returns

TypeDescription
IObjectSpace

An IObjectSpace object.

|

Remarks

For more information about secured and non-secured Object Space refer to the following topic: INonSecuredObjectSpaceFactory.

See Also

ObjectSpaceFactoryExtensions Class

ObjectSpaceFactoryExtensions Members

DevExpress.ExpressApp Namespace