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

Entity.SetColumnBothValues(EntitySchemaColumn,Object,String) - метод Смотри также  Terrasoft.Core.Entities - пространство имен > Entity - класс > SetColumnBothValues - метод : SetColumnBothValues(EntitySchemaColumn,Object,String) - метод C#

column
Column of the entity schema.
value
The value to set.
displayValue
The value for display to set.

Glossary Item Box

Sets the object property matching the specified schema column to the passed-in value and value for display.

Синтаксис

public bool SetColumnBothValues( 
   EntitySchemaColumn column, 
   object value, 
   string displayValue 
)

Параметры

column
Column of the entity schema.
value
The value to set.
displayValue
The value for display to set.

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

true if the property matching the column column is successfully set to the value value and the displayValue value for display; otherwise – false.

Исключения

ИсключениеОписание
System.ArgumentNullExceptionIf the null value is passed as the column parameter.

Смотри также

© Terrasoft 2002-2017.

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

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