DiscoveryClientDocumentCollection Members

Represents a collection of documents discovered during XML Web services discovery that have been downloaded to the client. This class cannot be inherited.

The following tables list the members exposed by the DiscoveryClientDocumentCollection type.

(see also Protected Properties )
  Name Description
Public property Count  Gets the number of elements contained in the DictionaryBase instance.(inherited from DictionaryBase)
Public property Item Gets or sets a client discovery document object from the DiscoveryClientDocumentCollection with the specified URL.
Public property Keys Gets an System.Collections.ICollection object with all the keys in the DiscoveryClientDocumentCollection.
Public property Values Gets an System.Collections.ICollection object with all the values in the DiscoveryClientDocumentCollection.
Top

  Name Description
Protected property Dictionary  Gets the list of elements contained in the DictionaryBase instance.(inherited from DictionaryBase)
Protected property InnerHashtable  Gets the list of elements contained in the DictionaryBase instance.(inherited from DictionaryBase)
Top

(see also Protected Methods )
  Name Description
Public method Add Adds an object with the specified URL to the DiscoveryClientDocumentCollection.
Public method Clear  Clears the contents of the DictionaryBase instance. (inherited from DictionaryBase)
Public method Contains Determines if the DiscoveryClientDocumentCollection contains an object with the specified URL.
Public method CopyTo  Copies the DictionaryBase elements to a one-dimensional Array at the specified index. (inherited from DictionaryBase)
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method GetEnumerator  Returns an IDictionaryEnumerator that iterates through the DictionaryBase instance. (inherited from DictionaryBase)
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method Remove Removes an object with the specified URL from the DiscoveryClientDocumentCollection.
Public method ToString  Returns a String that represents the current Object. (inherited from Object)
Top

  Name Description
Protected method 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)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Protected method OnClear  Performs additional custom processes before clearing the contents of the DictionaryBase instance. (inherited from DictionaryBase)
Protected method OnClearComplete  Performs additional custom processes after clearing the contents of the DictionaryBase instance. (inherited from DictionaryBase)
Protected method OnGet  Gets the element with the specified key and value in the DictionaryBase instance. (inherited from DictionaryBase)
Protected method OnInsert  Performs additional custom processes before inserting a new element into the DictionaryBase instance. (inherited from DictionaryBase)
Protected method OnInsertComplete  Performs additional custom processes after inserting a new element into the DictionaryBase instance. (inherited from DictionaryBase)
Protected method OnRemove  Performs additional custom processes before removing an element from the DictionaryBase instance. (inherited from DictionaryBase)
Protected method OnRemoveComplete  Performs additional custom processes after removing an element from the DictionaryBase instance. (inherited from DictionaryBase)
Protected method OnSet  Performs additional custom processes before setting a value in the DictionaryBase instance. (inherited from DictionaryBase)
Protected method OnSetComplete  Performs additional custom processes after setting a value in the DictionaryBase instance. (inherited from DictionaryBase)
Protected method OnValidate  Performs additional custom processes when validating the element with the specified key and value. (inherited from DictionaryBase)
Top

Community Additions

ADD
Show: