DataWriter.WriteValue - метод Смотри также Terrasoft.Common - пространство имен > DataWriter - класс : WriteValue - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
WriteValue(String,String,String) | Writes the full value of the element with the specified name and default value (for string values). |
WriteValue(String,Guid,Guid) | Writes the full value of the element with the specified name and default value (for the values of the Guid type). |
WriteValue(String,Int32,Int32) | Writes the full value of the element with the specified name and default value (for the values of the int type). |
WriteValue(String,Decimal,Decimal) | Writes the full value of the element with the specified name and default value (for the values of the decimal type). |
WriteValue(String,Enum,Enum) | Writes the full value of the element with the specified name and default value (for the values of the Enum type). |
WriteValue(String,DateTime,DateTime) | Writes the full value of the element with the specified name and default value (for the values of the DateTime type). |
WriteValue(String,Boolean,Boolean) | Writes the full value of the element with the specified name and default value (for the values of the bool type). |
WriteValue(String,LocalizableString,LocalizableString) | Writes the full value of the element with the specified name and default value (for the values of the bool type). |
WriteValue(String,Stream) | Writes the full value of the element with the specified name and the value from the specified stream. |
WriteValue(String,DataConverter,Object,Object) | Writes the full value of the element with the specified name and default value converted according to the specified conversion type. |
WriteValue(String,Type,Object,Object) | Writes the full value of the element with the specified name and default value converted to the specified type. |
WriteValue(Object[]) | Writes the specified value-type array. |