QuickOPC User's Guide and Reference
UAStringDataSetFieldDataDictionary Class Methods


OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace : UAStringDataSetFieldDataDictionary Class

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

Public Methods
 NameDescription
Public MethodAdds the specified key and value to the dictionary. (Inherited from System.Collections.Generic.Dictionary<string,UADataSetFieldData>)
Public MethodRemoves all keys and values from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,UADataSetFieldData>)
Public MethodDetermines whether the Dictionary contains the specified key. (Inherited from System.Collections.Generic.Dictionary<string,UADataSetFieldData>)
Public MethodDetermines whether the Dictionary contains a specific value. (Inherited from System.Collections.Generic.Dictionary<string,UADataSetFieldData>)
Public Method  
Public MethodReturns an enumerator that iterates through the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,UADataSetFieldData>)
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<string,UADataSetFieldData>)
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<string,UADataSetFieldData>)
Public MethodRemoves the value with the specified key from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,UADataSetFieldData>)
Public MethodReturns a string that represents the current object.  
Public MethodGets the value associated with the specified key. (Inherited from System.Collections.Generic.Dictionary<string,UADataSetFieldData>)
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
See Also

Reference

UAStringDataSetFieldDataDictionary Class
OpcLabs.EasyOpc.UA.PubSub Namespace