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

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

columnPath
Path to schema column.

Glossary Item Box

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

Синтаксис

public EntitySchemaColumn GetSchemaColumnByPath( 
   string columnPath 
)

Параметры

columnPath
Path to schema column.

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

Column that actually matched the columnPath path.

Исключения

ИсключениеОписание
Terrasoft.Common.ItemNotFoundExceptionIf the actual path generated for columnPath does not find a column.

Смотри также

© Terrasoft 2002-2017.

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

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