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

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

columnPath
Path to schema column.
delimiter
Delimiter.

Glossary Item Box

From the specified path to column generates the full caption of column, using the specified delimiter.

Синтаксис

public LocalizableString GetSchemaColumnFullCaptionByPath( 
   string columnPath, 
   string delimiter 
)

Параметры

columnPath
Path to schema column.
delimiter
Delimiter.

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

String that represents the full caption of the column that is specified in columnPath using the delimiter delimiter.

Исключения

ИсключениеОписание
Terrasoft.Common.ArgumentNullOrEmptyExceptionIf the empty value or null value is passed as the columnPath 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.

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

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