The following tables list the members exposed by RatesDictionary.
Public Constructors
Public Properties
Public Methods
| Name | Description |
| Add | (Inherited from System.Collections.Generic.Dictionary<string,Rates>) |
| Clear | (Inherited from System.Collections.Generic.Dictionary<string,Rates>) |
| Clone | Clones this instance. |
| ContainsKey | (Inherited from System.Collections.Generic.Dictionary<string,Rates>) |
| ContainsValue | (Inherited from System.Collections.Generic.Dictionary<string,Rates>) |
| GetEnumerator | (Inherited from System.Collections.Generic.Dictionary<string,Rates>) |
| GetObjectData | (Inherited from System.Collections.Generic.Dictionary<string,Rates>) |
| GetSchema | This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the System.Xml.Serialization.XmlSchemaProviderAttribute to the class. |
| OnDeserialization | (Inherited from System.Collections.Generic.Dictionary<string,Rates>) |
| ReadXml | Generates an object from its XML representation. |
| Remove | (Inherited from System.Collections.Generic.Dictionary<string,Rates>) |
| ShouldSerializeXmlAsOfDate | ShouldSerialize[Object] method (where [Object] is the object name) that returns true or false. XML serialization enables an object's public fields and properties to be saved and loaded to/from an XML file. Typically, XML serialization will be desired for an object that is not null or empty and has a value such as a string object or a list object that is not null and has at least one element. |
| TryGetValue | (Inherited from System.Collections.Generic.Dictionary<string,Rates>) |
| UpgradeModel | Upgrades the model. |
| WriteXml | Converts an object into its XML representation. |
Top
See Also