AssertionStatusItemCollection 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
Used with the AssertionStatusReport.AssertionStatusItems property to contain a collection of one or more AssertionStatusItem objects.
The following tables list the members exposed by the AssertionStatusItemCollection type.
Public Constructors
Name | Description | |
---|---|---|
AssertionStatusItemCollection | Overloaded. Initializes a new instance of the AssertionStatusItemCollection class. |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
Capacity | (Inherited from CollectionBase) | |
Count | (Inherited from CollectionBase) | |
Item | Gets or sets the specified AssertionStatusItem object from the AssertionStatusItemCollection collection. |
Top
Protected Properties
Name | Description | |
---|---|---|
InnerList | (Inherited from CollectionBase) | |
List | (Inherited from CollectionBase) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Add | Adds an AssertionStatusItem object to the collection. | |
AddRange | Adds the contents of an AssertionStatusItemCollection object to the collection. | |
Clear | (Inherited from CollectionBase) | |
Contains | Determines if the collection contains an object that is identical to the specified AssertionStatusItem object. | |
CopyTo | Copies all elements of the collection to the specified AssertionStatusItem array, starting at the specified index. | |
Equals | Overloaded. (Inherited from Object) | |
GetEnumerator | (Inherited from CollectionBase) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
IndexOf | Searches for the first object in the collection that is identical to the specified AssertionStatusItem object, and then returns the index of the matching object. | |
Insert | Inserts an AssertionStatusItem object into the collection at the specified index. | |
ReferenceEquals | (Inherited from Object) | |
Remove | Removes the first occurrence of an object in the collection that is identical to the specified AssertionStatusItem object. | |
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
AssertionStatusItemCollection Class
Microsoft.Uddi.Businesses Namespace
AssertionStatusReport.AssertionStatusItems Property