EntitySchemaQueryFilterCollection.GetByName - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchemaQueryFilterCollection - класс : GetByName - метод C#
- name
- Item name.
Glossary Item Box
public EntitySchemaQueryFilter GetByName( string name )
Параметры
- name
- Item name.
Тип возвращаемого значения
Item with the name name.Исключение | Описание |
---|---|
Terrasoft.Common.ArgumentNullOrEmptyException | If the empty value or null value is passed as the name parameter. |
Terrasoft.Common.ItemNotFoundException | If the item with the name name was not found in the collection. |