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

DataConverter.WriteValue - метод Смотри также  Terrasoft.Common - пространство имен > DataConverter - класс : WriteValue - метод C#

writer
The DataWriter instance for a record.
name
The name of the object.
value
The value of the object.

Glossary Item Box

Converts the value of the specified object to the type of this converter and writes it with the specified name to the specified output stream.

Синтаксис

public abstract void WriteValue( 
   DataWriter writer, 
   string name, 
   object value 
)

Параметры

writer
The DataWriter instance for a record.
name
The name of the object.
value
The value of the object.

Смотри также

© Terrasoft 2002-2017.

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

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