Name
ServiceDescriptionBaseCollection
Synopsis
This is the base class for many of the strongly typed collection
classes in this namespace. Classes that derive from ServiceDescriptionBaseCollection
end with the word “Collection,” as in PortCollection.
These classes are strongly typed, but not named. This differs from
the classes that represent WSDL language elements. For example, the PortType class
represents a WSDL language element, contains other elements as Operation objects,
and does not inherit from ServiceDescriptionBaseCollection.
Public MustInherit Class ServiceDescriptionBaseCollection : Inherits CollectionBase ' Protected Instance Properties Overridable Protected Property Table As IDictionary ' Protected Instance Methods Overridable Protected Function GetKey( ByVal value As Object) As String Overrides Protected Sub OnClear() Overrides Protected Sub OnInsertComplete( ByVal index As Integer, ByVal value As Object) Overrides Protected Sub OnRemove(ByVal index As Integer, ByVal value As Object) Overrides Protected Sub OnSet(ByVal index As Integer, ByVal oldValue As Object, ByVal newValue As Object) Overridable Protected Sub SetParent(ByVal value As Object, ByVal parent As Object) End Class
Hierarchy
System.Object→ System.Collections.CollectionBase(System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable)→ ServiceDescriptionBaseCollection
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access