Selerix Developer Tools
WriteXml Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RatesDictionary Class : WriteXml Method
The System.Xml.XmlWriter stream to which the object is serialized.
Converts an object into its XML representation.
Syntax
'Declaration
 
Public Sub WriteXml( _
   ByVal writer As XmlWriter _
) 
'Usage
 
Dim instance As RatesDictionary
Dim writer As XmlWriter
 
instance.WriteXml(writer)
public void WriteXml( 
   XmlWriter writer
)
public procedure WriteXml( 
    writer: XmlWriter
); 
public function WriteXml( 
   writer : XmlWriter
);
public: void WriteXml( 
   XmlWriter* writer
) 
public:
void WriteXml( 
   XmlWriter^ writer
) 

Parameters

writer
The System.Xml.XmlWriter stream to which the object is serialized.
See Also

Reference

RatesDictionary Class
RatesDictionary Members