XmlDataWriter.WriteValue - метод Смотри также Terrasoft.Common - пространство имен > XmlDataWriter - класс : WriteValue - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
WriteValue(String,String,String) | Writes the value of the System.String type for the element with the specified name and default value. |
WriteValue(String,Guid,Guid) | Writes the value of the System.Guid type for the element with the specified name and default value. |
WriteValue(String,Int32,Int32) | Writes the value of the System.Int32 type for the element with the specified name and default value. |
WriteValue(String,Decimal,Decimal) | Writes the value of the System.Decimal type for the element with the specified name and default value. |
WriteValue(String,Enum,Enum) | Writes the value of the System.Enum type for the element with the specified name and default value. |
WriteValue(String,DateTime,DateTime) | Writes the value of the System.DateTime type for the element with the specified name and default value. |
WriteValue(String,Boolean,Boolean) | Writes the value of the System.Boolean type for the element with the specified name and default value. |
WriteValue(String,LocalizableString,LocalizableString) | Writes the value of the LocalizableString type for the element with the specified name and default value. |
WriteValue(String,Stream) | Writes the element with the specified name and the value from the specified stream. |
WriteValue(String,DataConverter,Object,Object) | Writes the value of the element 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 attribute with the specified name and default value. |
WriteValue(Object[]) | Method not implemented. |