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

DataWriter.WriteValue(String,Enum,Enum) - метод Смотри также  Terrasoft.Common - пространство имен > DataWriter - класс > WriteValue - метод : WriteValue(String,Enum,Enum) - метод C#

name
Item name.
value
The value of the element of the System.Enum type.
defValue
The default value.

Glossary Item Box

Writes the full value of the element with the specified name and default value (for the values of the Enum type).

Синтаксис

public abstract void WriteValue( 
   string name, 
   Enum value, 
   Enum defValue 
)

Параметры

name
Item name.
value
The value of the element of the System.Enum type.
defValue
The default value.

Заметки

Overloaded method.

Смотри также

© Terrasoft 2002-2017.

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

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