NameCollection 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
Manages a collection of Name objects.
The following tables list the members exposed by the NameCollection type.
Public Constructors
Name | Description | |
---|---|---|
NameCollection | Overloaded. Initializes an instance of the NameCollection class. |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
Capacity | (Inherited from CollectionBase) | |
Count | (Inherited from CollectionBase) | |
Item | Gets or sets the specified Name object from the NameCollection collection. |
Top
Protected Properties
Name | Description | |
---|---|---|
InnerList | (Inherited from CollectionBase) | |
List | (Inherited from CollectionBase) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Add | Overloaded. Adds a Name object to the collection. | |
AddRange | Appends a collection of Name objects to the collection. | |
Clear | (Inherited from CollectionBase) | |
Contains | Determines whether the specified Name object is in the collection. | |
CopyTo | Copies all or part of the collection to the specified array of Name objects. | |
Equals | Overloaded. Overridden. Determines whether the specified object is equal to this NameCollection object. | |
GetEnumerator | (Inherited from CollectionBase) | |
GetHashCode | Overridden. Serves as a hash function for this NameCollection object. This hash function is appropriate for use in hashing algorithms and data structures like a hash table. | |
GetType | (Inherited from Object) | |
IndexOf | Searches for the first object in this NameCollection collection that is identical to the specified Name object, and then returns the index of the matching object. | |
Insert | Inserts the specified Name object into the collection at the specified location. | |
ReferenceEquals | (Inherited from Object) | |
Remove | Removes the specified Name object from the collection. | |
RemoveAt | (Inherited from CollectionBase) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
OnClear | (Inherited from CollectionBase) | |
OnClearComplete | (Inherited from CollectionBase) | |
OnInsert | (Inherited from CollectionBase) | |
OnInsertComplete | (Inherited from CollectionBase) | |
OnRemove | (Inherited from CollectionBase) | |
OnRemoveComplete | (Inherited from CollectionBase) | |
OnSet | (Inherited from CollectionBase) | |
OnSetComplete | (Inherited from CollectionBase) | |
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
NameCollection Class
Microsoft.Uddi Namespace