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

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

column
Column of the entity schema.
value
The object, the value of the property that is being loaded.

Glossary Item Box

Loads the value from the passed-in System.Object object for the property matching the specified column of the entity schema.

Синтаксис

public void LoadColumnValue( 
   EntitySchemaColumn column, 
   object value 
)

Параметры

column
Column of the entity schema.
value
The object, the value of the property that is being loaded.

Исключения

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

Смотри также

© Terrasoft 2002-2017.

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

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