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