Advanced.Data.Provider Documentation

AdpProviderCollection Members

[This is preliminary documentation and subject to change.]

AdpProviderCollection overview

Public Instance Constructors

AdpProviderCollection Constructor Initializes a new instance of AdpProviderCollection.

Public Instance Properties

Count (inherited from DictionaryBase)Gets the number of elements contained in the DictionaryBase instance.
Item Represents the entry at the specified index of the AdpProvider.

Public Instance Methods

Add Adds a AdpProvider with the specified value to the AdpProviderCollection.
Clear (inherited from DictionaryBase)Clears the contents of the DictionaryBase instance.
ContainsOverloaded. Gets a value indicating whether the AdpProviderCollection contains the specified AdpProvider.
CopyTo (inherited from DictionaryBase)Copies the DictionaryBase elements to a one-dimensional Array at the specified index.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator Returns an enumerator that can iterate through the AdpProviderCollection.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Remove Removes a specific AdpProvider from the AdpProviderCollection.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Properties

Dictionary (inherited from DictionaryBase)Gets the list of elements contained in the DictionaryBase instance.
InnerHashtable (inherited from DictionaryBase)Gets the list of elements contained in the DictionaryBase instance.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
OnClear (inherited from DictionaryBase)Performs additional custom processes before clearing the contents of the DictionaryBase instance.
OnClearComplete (inherited from DictionaryBase)Performs additional custom processes after clearing the contents of the DictionaryBase instance.
OnGet (inherited from DictionaryBase)Gets the element with the specified key and value in the DictionaryBase instance.
OnInsert (inherited from DictionaryBase)Performs additional custom processes before inserting a new element into the DictionaryBase instance.
OnInsertComplete (inherited from DictionaryBase)Performs additional custom processes after inserting a new element into the DictionaryBase instance.
OnRemove (inherited from DictionaryBase) Performs additional custom processes before removing an element from the DictionaryBase instance.
OnRemoveComplete (inherited from DictionaryBase)Performs additional custom processes after removing an element from the DictionaryBase instance.
OnSet (inherited from DictionaryBase)Performs additional custom processes before setting a value in the DictionaryBase instance.
OnSetComplete (inherited from DictionaryBase)Performs additional custom processes after setting a value in the DictionaryBase instance.
OnValidate (inherited from DictionaryBase)Performs additional custom processes when validating the element with the specified key and value.

See Also

AdpProviderCollection Class | Advanced.Data.Provider Namespace