System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection: Method Members

The methods of System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection are listed below. For a list of all members, see the ServiceDescriptionFormatExtensionCollection Members list.

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

Public Methods

Add(object) : int

Adds the specified System.Web.Services.Description.ServiceDescriptionFormatExtension to the end of the System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.

Contains(object) : bool

Returns a value indicating whether the specified System.Web.Services.Description.ServiceDescriptionFormatExtension is a member of the System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.

CopyTo(object[], int)

Copies the entire System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection into a one-dimensional array of type System.Web.Services.Description.ServiceDescriptionFormatExtension, starting at the specified zero-based index of the target array.

Find(Type) : object

Searches the System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection and returns the first element of the specified derived Type.

Find(string, string) : System.Xml.XmlElement

Searches the System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection for a member with the specified name and namespace URI.

FindAll(Type) : object[]

Searches the System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection and returns an array of all elements of the specified Type.

FindAll(string, string) : System.Xml.XmlElement[]

Searches the System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection and returns an array of all members with the specified name and namespace URI.

IndexOf(object) : int

Searches for the specified System.Web.Services.Description.ServiceDescriptionFormatExtension and returns the zero-based index of the first instance with the collection.

Insert(int, object)

Adds the specified System.Web.Services.Description.ServiceDescriptionFormatExtension to the System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection at the specified zero-based index.

IsHandled(object) : bool

Returns a value indicating whether the specified object is used by the import process when the extensibility element is imported into the XML Web service.

IsRequired(object) : bool

Returns a value indicating whether the specified object is necessary for the operation of the XML Web service.

Remove(object)

Removes the first occurrence of the specified System.Web.Services.Description.ServiceDescriptionFormatExtension from the System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.

Protected Methods

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