AdapterCollection Class

Represents a collection of adpaters, provides a specialized method to retrieve `AdapterInfo` instances while cloning their connection parameters.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
public class AdapterCollection : Dictionary<Type, AdapterInfo>
Inheritance
Object    DictionaryType, AdapterInfo    AdapterCollection

Constructors

AdapterCollectionInitializes a new instance of the AdapterCollection class

Properties

CapacityGets the total numbers of elements the internal data structure can hold without resizing.
(Inherited from DictionaryType, AdapterInfo)
ComparerGets the IEqualityComparerT that is used to determine equality of keys for the dictionary.
(Inherited from DictionaryType, AdapterInfo)
CountGets the number of key/value pairs contained in the DictionaryTKey, TValue.
(Inherited from DictionaryType, AdapterInfo)
ItemGets or sets the value associated with the specified key.
(Inherited from DictionaryType, AdapterInfo)
KeysGets a collection containing the keys in the DictionaryTKey, TValue.
(Inherited from DictionaryType, AdapterInfo)
ValuesGets a collection containing the values in the DictionaryTKey, TValue.
(Inherited from DictionaryType, AdapterInfo)

Methods

AddAdds the specified key and value to the dictionary.
(Inherited from DictionaryType, AdapterInfo)
ClearRemoves all keys and values from the DictionaryTKey, TValue.
(Inherited from DictionaryType, AdapterInfo)
ContainsKeyDetermines whether the DictionaryTKey, TValue contains the specified key.
(Inherited from DictionaryType, AdapterInfo)
ContainsValueDetermines whether the DictionaryTKey, TValue contains a specific value.
(Inherited from DictionaryType, AdapterInfo)
EnsureCapacityEnsures that the dictionary can hold up to a specified number of entries without any further expansion of its backing storage.
(Inherited from DictionaryType, AdapterInfo)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetAlternateLookup``1Gets an instance of a type that can be used to perform operations on the current DictionaryTKey, TValue using a TAlternateKey as a key instead of a TKey.
(Inherited from DictionaryType, AdapterInfo)
GetEnumeratorReturns an enumerator that iterates through the DictionaryTKey, TValue.
(Inherited from DictionaryType, AdapterInfo)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetObjectDataImplements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance.
(Inherited from DictionaryType, AdapterInfo)
Obsolete.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnDeserializationImplements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryType, AdapterInfo)
Remove(TKey)Removes the value with the specified key from the DictionaryTKey, TValue.
(Inherited from DictionaryType, AdapterInfo)
Remove(TKey, TValue)Removes the value with the specified key from the DictionaryTKey, TValue, and copies the element to the value parameter.
(Inherited from DictionaryType, AdapterInfo)
ToStringReturns a string that represents the current object.
(Inherited from Object)
TrimExcessSets the capacity of this dictionary to what it would be if it had been originally initialized with all its entries.
(Inherited from DictionaryType, AdapterInfo)
TrimExcess(Int32)Sets the capacity of this dictionary to hold up a specified number of entries without any further expansion of its backing storage.
(Inherited from DictionaryType, AdapterInfo)
TryAddAttempts to add the specified key and value to the dictionary.
(Inherited from DictionaryType, AdapterInfo)
TryGetAlternateLookup``1Gets an instance of a type that can be used to perform operations on the current DictionaryTKey, TValue using a TAlternateKey as a key instead of a TKey.
(Inherited from DictionaryType, AdapterInfo)
TryGetValue Attempts to retrieve the AdapterInfo associated with the specified Type key.

See Also