BenSelect Documentation
RatesDictionary Class
See Also  Send Feedback
Selerix.BusinessObjects Namespace : RatesDictionary Class
Creates a rates dictionary.

Object Model

RatesDictionary ClassRates Class

Public Properties

 NameDescription
public PropertyAsOfDateDate when object was updated last time.  
public PropertyComparerGets the IEqualityComparer that is used to determine equality of keys for the dictionary. (Inherited from System.Collections.Generic.Dictionary<string,Rates>)
public PropertyCountGets the number of key/value pairs contained in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,Rates>)
public PropertyDeletedGets a value indicating whether this Selerix.Foundation.Data.IModelObject is deleted.  
public PropertyExtEngineConfigsGets the ext engine configs.  
public PropertyItemGets or sets the value associated with the specified key. (Inherited from System.Collections.Generic.Dictionary<string,Rates>)
public PropertyKeysGets a collection containing the keys in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,Rates>)
public PropertyPKGets or sets the PK of the object.  
public PropertyReadonlyGets a value indicating whether this Selerix.Foundation.Data.IModelObject is readonly.  
public PropertyValuesGets a collection containing the values in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,Rates>)
public PropertyVerifiedGets or sets a value indicating whether this Selerix.Foundation.Data.IModelObject is verified.  
public PropertyXmlAsOfDateGets or sets the XML as of date.  
Top

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

Inheritance Hierarchy

System.Object
   System.Collections.Generic.Dictionary<TKey,TValue>
      Selerix.BusinessObjects.RatesDictionary

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.