DiscoveryClientReferenceCollection Members
.NET Framework 3.0
Represents a collection of DiscoveryReference objects. This class cannot be inherited.
The following tables list the members exposed by the DiscoveryClientReferenceCollection type.
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the DictionaryBase instance.(inherited from DictionaryBase) |
| Item | Gets or sets a DiscoveryReference object from the DiscoveryClientReferenceCollection with the specified URL. |
| Keys | Gets an System.Collections.ICollection object with all the keys in the DiscoveryClientReferenceCollection. |
| Values | Gets an System.Collections.ICollection object with all the values in the DiscoveryClientReferenceCollection. |
| Name | Description | |
|---|---|---|
| Dictionary | Gets the list of elements contained in the DictionaryBase instance.(inherited from DictionaryBase) |
| InnerHashtable | Gets the list of elements contained in the DictionaryBase instance.(inherited from DictionaryBase) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Overloaded. Adds a DiscoveryReference to the DiscoveryClientReferenceCollection. |
| Clear | Clears the contents of the DictionaryBase instance. (inherited from DictionaryBase) |
| Contains | Determines if the DiscoveryClientReferenceCollection contains a DiscoveryReference with the specified URL. |
| CopyTo | Copies the DictionaryBase elements to a one-dimensional Array at the specified index. (inherited from DictionaryBase) |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetEnumerator | Returns an IDictionaryEnumerator that iterates through the DictionaryBase instance. (inherited from DictionaryBase) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| Remove | Removes a DiscoveryReference with the specified URL from the DiscoveryClientReferenceCollection. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnClear | Performs additional custom processes before clearing the contents of the DictionaryBase instance. (inherited from DictionaryBase) |
| OnClearComplete | Performs additional custom processes after clearing the contents of the DictionaryBase instance. (inherited from DictionaryBase) |
| OnGet | Gets the element with the specified key and value in the DictionaryBase instance. (inherited from DictionaryBase) |
| OnInsert | Performs additional custom processes before inserting a new element into the DictionaryBase instance. (inherited from DictionaryBase) |
| OnInsertComplete | Performs additional custom processes after inserting a new element into the DictionaryBase instance. (inherited from DictionaryBase) |
| OnRemove | Performs additional custom processes before removing an element from the DictionaryBase instance. (inherited from DictionaryBase) |
| OnRemoveComplete | Performs additional custom processes after removing an element from the DictionaryBase instance. (inherited from DictionaryBase) |
| OnSet | Performs additional custom processes before setting a value in the DictionaryBase instance. (inherited from DictionaryBase) |
| OnSetComplete | Performs additional custom processes after setting a value in the DictionaryBase instance. (inherited from DictionaryBase) |
| OnValidate | Performs additional custom processes when validating the element with the specified key and value. (inherited from DictionaryBase) |
Community Additions
ADD
Show: