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

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

columnPath
Path to schema column.

Glossary Item Box

From the specified path to column generates the actual path string with inverse associations.

Синтаксис

public string GetSchemaColumnReversePathByPath( 
   string columnPath 
)

Параметры

columnPath
Path to schema column.

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

Path with inverse associations to schema column, which matches columnPath.

Исключения

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

Смотри также

© Terrasoft 2002-2017.

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

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