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

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

Glossary Item Box

Список перегрузок

ПерегрузкаОписание
WriteValue(String,String,String)Writes the value of the System.String type for the property with the specified name and default value.  
WriteValue(String,Guid,Guid)Writes the value of the System.Guid type for the property with the specified name and default value.  
WriteValue(String,Int32,Int32)Writes the value of the System.Int32 type for the property with the specified name and default value.  
WriteValue(String,Decimal,Decimal)Writes the value of the System.Decimal type for the property with the specified name and default value.  
WriteValue(String,Enum,Enum)Writes the value of the System.Enum type for the property with the specified name and default value.  
WriteValue(String,DateTime,DateTime)Writes the value of the System.DateTime type for the property with the specified name and default value.  
WriteValue(String,Boolean,Boolean)Writes the value of the System.Boolean type for the property with the specified name and default value.  
WriteValue(String,LocalizableString,LocalizableString)Writes the value of the LocalizableString type for the property with the specified name and default value.  
WriteValue(String,Stream)Writes the value from the specified stream for the property with the specified name.  
WriteValue(String,DataConverter,Object,Object)Writes the value of the property with the specified name and the value value, converted with the specified converter.  
WriteValue(String,Type,Object,Object)Writes the value of the specified type for the property with the specified name and default value.  
WriteValue(Object[])Writes the specified value-type array.  

Смотри также

© Terrasoft 2002-2017.

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

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