System.Web.Services.Description.OperationCollection Members

The members of System.Web.Services.Description.OperationCollection are listed below.

See Also: Inherited members from System.Web.Services.Description.ServiceDescriptionBaseCollection

Public Properties

default property
Item(int)Operation. Documentation for this section has not yet been entered.

Public Methods

Add(Operation) : int

Adds the specified System.Web.Services.Description.Operation to the end of the System.Web.Services.Description.OperationCollection.

Contains(Operation) : bool

Returns a value indicating whether the specified System.Web.Services.Description.Operation is a member of the System.Web.Services.Description.OperationCollection.

CopyTo(Operation[], int)

Copies the entire System.Web.Services.Description.OperationCollection to a compatible one-dimensional array of type System.Web.Services.Description.Operation, starting at the specified zero-based index of the target array.

IndexOf(Operation) : int

Searches for the specified System.Web.Services.Description.Operation and returns the zero-based index of the first occurrence within the collection.

Insert(int, Operation)

Adds the specified System.Web.Services.Description.Operation to the System.Web.Services.Description.OperationCollection at the specified zero-based index.

Remove(Operation)

Removes the first occurrence of the specified System.Web.Services.Description.Operation from the System.Web.Services.Description.OperationCollection.

Protected Methods

override
SetParent(object, object)
Documentation for this section has not yet been entered.