Name

OperationCollection

Synopsis

This collection of Operation objects is used by the Operations property of the PortType class. You can access each Operation element by position (index number).

Public NotInheritable Class OperationCollection : Inherits ServiceDescriptionBaseCollection
' Public Instance Properties
   Public Default Property Item(
        ByVal index As Integer) As Operation  
' Public Instance Methods
   Public Function Add(
        ByVal operation As Operation) As Integer  
   Public Function Contains(
        ByVal operation As Operation) As Boolean  
   Public Sub CopyTo(ByVal array As Operation(), 
        ByVal index As Integer) 
   Public Function IndexOf(
        ByVal operation As Operation) As Integer  
   Public Sub Insert(ByVal index As Integer, 
        ByVal operation As Operation) 
   Public Sub Remove(ByVal operation As Operation) 
' Protected Instance Methods
   Overrides 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 OperationCollection

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.