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

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.