Back to Devexpress

ObjectSpaceFactoryExtensions.CreateObjectSpace<T>(IObjectSpaceFactory) Method

expressappframework-devexpress-dot-expressapp-dot-objectspacefactoryextensions-dot-createobjectspace-1-x28-devexpress-dot-expressapp-dot-iobjectspacefactory-x29.md

latest2.0 KB
Original Source

ObjectSpaceFactoryExtensions.CreateObjectSpace<T>(IObjectSpaceFactory) Method

Creates an Object Space for the specified object type.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

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

Parameters

NameTypeDescription
objectSpaceFactoryIObjectSpaceFactory

An instance of a type to extend.

|

Type Parameters

NameDescription
T

Object type.

|

Returns

TypeDescription
IObjectSpace

An IObjectSpace object.

|

Remarks

For more information about a secured or non-secured Object Space, refer to the following topic: IObjectSpaceProviderFactory.

See Also

ObjectSpaceFactoryExtensions Class

ObjectSpaceFactoryExtensions Members

DevExpress.ExpressApp Namespace