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