BenSelect Documentation
RatesDictionary Class Methods
See Also  Send Feedback
Selerix.BusinessObjects Namespace : RatesDictionary Class


For a list of all members of this type, see RatesDictionary members.

Public Methods

 NameDescription
public MethodAddAdds the specified key and value to the dictionary. (Inherited from System.Collections.Generic.Dictionary<string,Rates>)
public MethodClearRemoves all keys and values from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,Rates>)
public MethodCloneClones this instance.  
public MethodContainsKeyDetermines whether the Dictionary contains the specified key. (Inherited from System.Collections.Generic.Dictionary<string,Rates>)
public MethodContainsValueDetermines whether the Dictionary contains a specific value. (Inherited from System.Collections.Generic.Dictionary<string,Rates>)
public MethodGetEnumeratorReturns an enumerator that iterates through the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,Rates>)
public MethodGetObjectDataImplements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize the Dictionary instance. (Inherited from System.Collections.Generic.Dictionary<string,Rates>)
public MethodGetSchemaThis 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.  
public MethodOnDeserializationImplements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from System.Collections.Generic.Dictionary<string,Rates>)
public MethodReadXmlGenerates an object from its XML representation.  
public MethodRemoveRemoves the value with the specified key from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,Rates>)
public MethodShouldSerializeXmlAsOfDateShouldSerialize[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.  
public MethodTryGetValueGets the value associated with the specified key. (Inherited from System.Collections.Generic.Dictionary<string,Rates>)
public MethodUpgradeModelUpgrades the model.  
public MethodWriteXmlConverts an object into its XML representation.  
Top

See Also

© 2024 All Rights Reserved.