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

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

columnMetaPath
Meta path to column.

Glossary Item Box

Converts the specified meta path to column into actual path, while accounting for type of inheritance, and returns the matched column to it. If the column is not found, the exception is thrown.

Синтаксис

public EntitySchemaColumn GetSchemaColumnByMetaPath( 
   string columnMetaPath 
)

Параметры

columnMetaPath
Meta path to column.

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

Column that actually matched the columnMetaPath meta path.

Исключения

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

Смотри также

© Terrasoft 2002-2017.

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

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