RDTA.PickDP.Connector.connValuePair Class

This class is used to create a value-pair object where a unique name is assigned to a value. For example, when using a list box or combo box, the data displayed may be different from the data to be returned when an item in the list is selected.  

 

This class handles the synchronization between the key (hidden) and value (exposed) data. For example:

 

Public Constructors

New

Constructor.

Public Methods

getKey

Gets the key of the pair.

getValue

Gets the value of the pair.

MemberwiseClone

Returns a copy of the current instance.

SetValues

Sets the value and/or the key of the pair.

ToString

Returns a string that represents the current instance.