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

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

valueName
Property name.
value
Value of the System.Object type that is set for the object property.

Glossary Item Box

Sets passed value of the System.Object type for the specified property of an object.

Синтаксис

public bool SetColumnValue( 
   string valueName, 
   object value 
)

Параметры

valueName
Property name.
value
Value of the System.Object type that is set for the object property.

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

true if the value value is set for the property with the valueName name; otherwise – false.

Смотри также

© Terrasoft 2002-2017.

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

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