Click or drag to resize
IRepositoryGetObjectByKey Method
Retrieves an object by its key.

Namespace: PDTec.IceNet.Core.Model
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
IObject GetObjectByKey(
	string key
)

Parameters

key
Type: SystemString
A key of the object.

Return Value

Type: IObject
The object identified by the key.
Exceptions
ExceptionCondition
ModelExceptionThrown when the requested object does not exist.
See Also