IRepositoryGetObjectByKey Method |
Retrieves an object by its key.
Namespace:
PDTec.IceNet.Core.Model
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax IObject GetObjectByKey(
string key
)
Parameters
- key
- Type: SystemString
A key of the object.
Return Value
Type:
IObjectThe object identified by the key.
Exceptions Exception | Condition |
---|
ModelException | Thrown when the requested object does not exist. |
See Also