FromXMLFile | Sets the object's properties using data from an XML file. The XML file can be created using the object's `ToXMLFile` method. |
 FromXMLString | Sets the object's properties using data from an XML string. The XML string can be created using the object's `ToXMLString` method. |
 GetXMLSchema | Returns the XML schema for the XML generated by the `ToXMLFile` and `ToXMLString` methods. |
 ToXMLFile | Creates an XML file that represents the object. |
 ToXMLString | Creates and returns an XML string that represents the object. |
 Currency | The currency code. Field name: `Currency`. Length: 3 characters. Part of the composite key. Field Name: CurrencyData Type: Edm.String Writable: No Enum Type: Yes |
 Rate | The exchange rate value. Field name: `Rate`. Field Name: RateData Type: Edm.Double Writable: No Enum Type: Yes |
 RateDate | The date of the exchange rate. Field name: `RateDate`. Part of the composite key. Field Name: RateDateData Type: Edm.DateTime Writable: No Enum Type: Yes |
Â
Â