QuickOPC User's Guide and Reference
DAPropertyValueDictionary Class Members
Properties  Methods 


OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Extensions Namespace : DAPropertyValueDictionary Class

The following tables list the members exposed by DAPropertyValueDictionary.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets the IEqualityComparer that is used to determine equality of keys for the dictionary. (Inherited from System.Collections.Generic.Dictionary<DAPropertyId,ValueResult>)
Public PropertyGets the number of key/value pairs contained in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<DAPropertyId,ValueResult>)
Public PropertyGets or sets the value associated with the specified key. (Inherited from System.Collections.Generic.Dictionary<DAPropertyId,ValueResult>)
Public PropertyGets a collection containing the keys in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<DAPropertyId,ValueResult>)
Public PropertyGets a collection containing the values in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<DAPropertyId,ValueResult>)
Top
Public Methods
 NameDescription
Public MethodAdds the specified key and value to the dictionary. (Inherited from System.Collections.Generic.Dictionary<DAPropertyId,ValueResult>)
Public MethodRemoves all keys and values from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<DAPropertyId,ValueResult>)
Public MethodDetermines whether the Dictionary contains the specified key. (Inherited from System.Collections.Generic.Dictionary<DAPropertyId,ValueResult>)
Public MethodDetermines whether the Dictionary contains a specific value. (Inherited from System.Collections.Generic.Dictionary<DAPropertyId,ValueResult>)
Public Method  
Public MethodReturns an enumerator that iterates through the Dictionary. (Inherited from System.Collections.Generic.Dictionary<DAPropertyId,ValueResult>)
Public MethodServes as the default hash function.  
Public MethodImplements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize the Dictionary instance. (Inherited from System.Collections.Generic.Dictionary<DAPropertyId,ValueResult>)
Public Method  
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public MethodImplements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from System.Collections.Generic.Dictionary<DAPropertyId,ValueResult>)
Public Method  
Public MethodRemoves the value with the specified key from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<DAPropertyId,ValueResult>)
Public MethodReturns a string that represents the current object. (Inherited from object)
Public MethodGets the value associated with the specified key. (Inherited from System.Collections.Generic.Dictionary<DAPropertyId,ValueResult>)
Public Method  
Top
Protected Methods
 NameDescription
Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodCreates a shallow copy of the current System.Object. (Inherited from object)
Top
Public Operators
Determines whether the two objects are equal.
Determines whether the two objects are not equal.
Top
See Also

Reference

DAPropertyValueDictionary Class
OpcLabs.EasyOpc.DataAccess.Extensions Namespace