uaPLUS Reference
HandleList Class Members
See Also  Properties  Methods  Send Feedback
I_HDAPluginDBA Namespace : HandleList Class


Glossary Item Box

The following tables list the members exposed by HandleList.

Public Constructors

 NameDescription
Public ConstructorHandleList Constructor  
Top

Public Properties

 NameDescription
Public PropertyComparerGets the IEqualityComparer that is used to determine equality of keys for the dictionary. (Inherited from System.Collections.Generic.Dictionary<int,ItemInfo>)
Public PropertyCountGets the number of key/value pairs contained in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<int,ItemInfo>)
Public PropertyItemGets or sets the value associated with the specified key. (Inherited from System.Collections.Generic.Dictionary<int,ItemInfo>)
Public PropertyKeysGets a collection containing the keys in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<int,ItemInfo>)
Public PropertyValuesGets a collection containing the values in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<int,ItemInfo>)
Top

Public Methods

 NameDescription
Public MethodAddOverloaded.  Add an item definition with an internally created handle.  
Public MethodClearRemoves all keys and values from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<int,ItemInfo>)
Public MethodContainsKeyDetermines whether the Dictionary contains the specified key. (Inherited from System.Collections.Generic.Dictionary<int,ItemInfo>)
Public MethodContainsValueDetermines whether the Dictionary contains a specific value. (Inherited from System.Collections.Generic.Dictionary<int,ItemInfo>)
Public MethodFind  
Public MethodGetEnumeratorReturns an enumerator that iterates through the Dictionary. (Inherited from System.Collections.Generic.Dictionary<int,ItemInfo>)
Public MethodGetObjectDataImplements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize the Dictionary instance. (Inherited from System.Collections.Generic.Dictionary<int,ItemInfo>)
Public MethodLock  
Public MethodOnDeserializationImplements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from System.Collections.Generic.Dictionary<int,ItemInfo>)
Public MethodRemove Remove the definition from the list.  
Public MethodTryGetValueGets the value associated with the specified key. (Inherited from System.Collections.Generic.Dictionary<int,ItemInfo>)
Public MethodUnlock  
Top

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.