Class ObjectScopeHelper
Inheritance
System.Object
ObjectScopeHelper
Namespace: Telerik.OpenAccess.Debug
Assembly: Telerik.OpenAccess.Runtime.dll
Syntax
public class ObjectScopeHelper
Constructors
ObjectScopeHelper()
Declaration
public ObjectScopeHelper()
Methods
CancelQuery(IObjectScope)
CheckModelConsistency(IObjectScope)
GetObjectByIdWithoutRetrieve(IObjectScope, IObjectId)
Declaration
public static object GetObjectByIdWithoutRetrieve(IObjectScope os, IObjectId oid)
Parameters
IObject
|
IObject
|
Returns
System.
|
IsDisposed(IObjectScope)
Declaration
public static bool IsDisposed(IObjectScope os)
Parameters
IObject
|
Returns
System.
|
MakeNontransactional(IObjectScope, Object)
Declaration
public static void MakeNontransactional(IObjectScope os, object obj)
Parameters
IObject
|
System.
|
MakeTransactional(IObjectScope, Object)
Declaration
public static void MakeTransactional(IObjectScope os, object obj)
Parameters
IObject
|
System.
|