SchemaManager.GetDesignItem - метод Смотри также Terrasoft.Core - пространство имен > SchemaManager - класс : GetDesignItem - метод C#
- userConnection
- User connection.
- uid
- The identifier of the returned item.
Glossary Item Box
public ISchemaManagerItem GetDesignItem( UserConnection userConnection, Guid uid )
Параметры
- userConnection
- User connection.
- uid
- The identifier of the returned item.
Тип возвращаемого значения
The designed item with the uid identifier.Исключение | Описание |
---|---|
Terrasoft.Common.ItemNotFoundException | If the designed item with the uid identifier is not found. |