| ObjectWithIdCollectionBaseTGetByUIdCheck Method |
Returns the object with the provided UID. An exception is raised if the object is not found
The method can only by used on objects which implement the interface IObjectWithGuid!
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic T GetByUIdCheck(
Guid uid
)
Parameters
- uid
- Type: SystemGuid
Return Value
Type:
T
See Also