Guard.CheckObjectFromObjectSpace(IObjectSpace, Object) Method
Ensures that a specific object belongs to a particular Object Space.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
objectSpace | IObjectSpace | An IObjectSpace object representing the Object Space against which the specified object is checked. |
obj | Object | An object to check. |
Remarks
If the specified object does not belong to the specified Object Space, an exception is thrown.
See Also