SchemaManagerItemCollection.GetInstanceByUId - метод Смотри также Terrasoft.Core - пространство имен > SchemaManagerItemCollection - класс : GetInstanceByUId - метод C#
- uid
- Identifier of the item schema instance.
- userId
- User identifier.
Glossary Item Box
public ISchemaManagerItem<TSchemaManagerSchema> GetInstanceByUId( Guid uid, Guid userId )
Параметры
- uid
- Identifier of the item schema instance.
- userId
- User identifier.
Тип возвращаемого значения
The item that has the schema instance with the uid identifier and belongs to the user with the userId identifier.Исключение | Описание |
---|---|
Terrasoft.Common.ItemNotFoundException | If the item that has the schema instance with the uid identifier and belongs to the user with the userId identifier is found. |