IManagerItemCollection.GetByUId - метод Смотри также Terrasoft.Core - пространство имен > IManagerItemCollection - интерфейс : GetByUId - метод C#
- uid
- Unique identifier of the manager item to get.
Glossary Item Box
Параметры
- uid
- Unique identifier of the manager item to get.
Тип возвращаемого значения
The manager item with the unique uid identifier. If an item with the uid unique identifier is not found, an exception is thrown.Исключение | Описание |
---|---|
Terrasoft.Common.ItemNotFoundException | If a manager item with the uid unique identifier is not found. |