Selerix Developer Tools
ReadXml Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RatesDictionary Class : ReadXml Method
The System.Xml.XmlReader stream from which the object is deserialized.
Generates an object from its XML representation.
Syntax
'Declaration
 
Public Sub ReadXml( _
   ByVal reader As XmlReader _
) 
'Usage
 
Dim instance As RatesDictionary
Dim reader As XmlReader
 
instance.ReadXml(reader)
public void ReadXml( 
   XmlReader reader
)
public procedure ReadXml( 
    reader: XmlReader
); 
public function ReadXml( 
   reader : XmlReader
);
public: void ReadXml( 
   XmlReader* reader
) 
public:
void ReadXml( 
   XmlReader^ reader
) 

Parameters

reader
The System.Xml.XmlReader stream from which the object is deserialized.
See Also

Reference

RatesDictionary Class
RatesDictionary Members