IRepositoryTryGetObjectByKey Method |
Retrieves an object by its key.
Namespace: PDTec.IceNet.Core.ModelAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxbool TryGetObjectByKey(
string key,
out IObject pObject
)
Parameters
- key
- Type: SystemString
A key of the object. - pObject
- Type: PDTec.IceNet.Core.ModelIObject
The object.
Return Value
Type:
Booleantrue if the repository contains an object
with this key; otherwise,
false.
See Also