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

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

name
Property name.
value
The value of the property of the System.Enum type.
defValue
The default value.

Glossary Item Box

Writes the value of the System.Enum type for the property with the specified name and default value.

Синтаксис

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

Параметры

name
Property name.
value
The value of the property of the System.Enum type.
defValue
The default value.

Смотри также

© Terrasoft 2002-2017.

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

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