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

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

columnPath
Path to schema column.

Glossary Item Box

Converts the specified path to column into actual path, while accounting for type of inheritance, and returns the matched column to it.

Синтаксис

public EntitySchemaColumn FindSchemaColumnByPath( 
   string columnPath 
)

Параметры

columnPath
Path to schema column.

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

Column that actually matched the columnPath path.

Исключения

ИсключениеОписание
Terrasoft.Common.ArgumentNullOrEmptyExceptionIf the empty value or null value is passed as the columnPath parameter.
Terrasoft.Common.InvalidTypeCastExceptionIf the column is not the lookup type column.
Terrasoft.Common.InvalidObjectStateExceptionIf the list of lookup schemas is not specified for the column of the lookup type.
Terrasoft.Common.InvalidObjectStateExceptionReference to the lookup schema is not specified for the column of the lookup type.

Смотри также

© Terrasoft 2002-2017.

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

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