ContactCollection Members

Note: The Microsoft UDDI SDK is not supported by or included in Microsoft Windows versions after Microsoft Windows Server 7. The Microsoft UDDI V3 SDK is included with Microsoft BizTalk Server. For more information about the Microsoft UDDI V3 SDK, see Microsoft BizTalk Server documentation

The ContactCollection class contains a collection of Contact objects. An instance of this class is obtained from the BusinessEntity.Contacts property.

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

Public Constructors

  Name Description
ContactCollection Overloaded. Initializes a new instance of the ContactCollection class.

Top

Public Properties

(see also Protected Properties)

  Name Description
public property Capacity  (Inherited from CollectionBase)
public property Count  (Inherited from CollectionBase)
public property Item Gets or sets the specified Contact object from the ContactCollection collection.

Top

Protected Properties

  Name Description
protected property InnerList  (Inherited from CollectionBase)
protected property List  (Inherited from CollectionBase)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Add Overloaded. Adds a contact to the collection.
public method AddRange Adds the contents of a ContactCollection object to the collection.
public method Clear  (Inherited from CollectionBase)
public method Contains Determines if the collection contains an object that is identical to the specified Contact object.
public method CopyTo Copies all elements of the collection to the specified Contact array, starting at the specified index.
public method Equals  Overloaded. (Inherited from Object)
public method GetEnumerator  (Inherited from CollectionBase)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method IndexOf Searches for the first object in the collection that is identical to the specified Contact object, and then returns the index of the matching object.
public method Insert Inserts a Contact object into the collection at the specified index.
public methodstatic ReferenceEquals  (Inherited from Object)
public method Remove Removes the first occurrence of an object in the collection that is identical to the specified Contact object.
public method RemoveAt  (Inherited from CollectionBase)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
protected method OnClear  (Inherited from CollectionBase)
protected method OnClearComplete  (Inherited from CollectionBase)
protected method OnInsert  (Inherited from CollectionBase)
protected method OnInsertComplete  (Inherited from CollectionBase)
protected method OnRemove  (Inherited from CollectionBase)
protected method OnRemoveComplete  (Inherited from CollectionBase)
protected method OnSet  (Inherited from CollectionBase)
protected method OnSetComplete  (Inherited from CollectionBase)
protected method OnValidate  (Inherited from CollectionBase)

Top

Explicit Interface Implementations

  Name Description
System.Collections.ICollection.CopyTo  (Inherited from CollectionBase)
System.Collections.IList.Add  (Inherited from CollectionBase)
System.Collections.IList.Contains  (Inherited from CollectionBase)
System.Collections.IList.IndexOf  (Inherited from CollectionBase)
System.Collections.IList.Insert  (Inherited from CollectionBase)
System.Collections.IList.Remove  (Inherited from CollectionBase)
System.Collections.ICollection.IsSynchronized  (Inherited from CollectionBase)
System.Collections.ICollection.SyncRoot  (Inherited from CollectionBase)
System.Collections.IList.IsFixedSize  (Inherited from CollectionBase)
System.Collections.IList.IsReadOnly  (Inherited from CollectionBase)
System.Collections.IList.Item  (Inherited from CollectionBase)

Top

See Also

Reference

ContactCollection Class
Microsoft.Uddi.Businesses Namespace
Contact Class
BusinessEntity.Contacts Property

Other Resources

Microsoft.Uddi.Businesses Namespace

Send comments about this topic to Microsoft.