For a list of all members of this type, see RatesDictionary members.
Name | Description | |
---|---|---|
![]() | Add | Adds the specified key and value to the dictionary. (Inherited from System.Collections.Generic.Dictionary<string,Rates>) |
![]() | Clear | Removes all keys and values from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,Rates>) |
![]() | Clone | Clones this instance. |
![]() | ContainsKey | Determines whether the Dictionary contains the specified key. (Inherited from System.Collections.Generic.Dictionary<string,Rates>) |
![]() | ContainsValue | Determines whether the Dictionary contains a specific value. (Inherited from System.Collections.Generic.Dictionary<string,Rates>) |
![]() | GetEnumerator | Returns an enumerator that iterates through the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,Rates>) |
![]() | GetObjectData | Implements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize the Dictionary instance. (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 | Implements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from System.Collections.Generic.Dictionary<string,Rates>) |
![]() | ReadXml | Generates an object from its XML representation. |
![]() | Remove | Removes the value with the specified key from the Dictionary. (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 | Gets the value associated with the specified key. (Inherited from System.Collections.Generic.Dictionary<string,Rates>) |
![]() | UpgradeModel | Upgrades the model. |
![]() | WriteXml | Converts an object into its XML representation. |