Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

EntitySchemaQueryFilterCollection.GetByName - метод Смотри также  Terrasoft.Core.Entities - пространство имен > EntitySchemaQueryFilterCollection - класс : GetByName - метод C#

name
Item name.

Glossary Item Box

Gets the item with the specified name. If no such item is found, an exception is thrown.

Синтаксис

public EntitySchemaQueryFilter GetByName( 
   string name 
)

Параметры

name
Item name.

Тип возвращаемого значения

Item with the name name.

Исключения

ИсключениеОписание
Terrasoft.Common.ArgumentNullOrEmptyExceptionIf the empty value or null value is passed as the name parameter.
Terrasoft.Common.ItemNotFoundExceptionIf the item with the name name was not found in the collection.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?