ServiceDescriptionFormatExtensionCollection Methods

 

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

NameDescription
System_CAPS_pubmethodAdd(Object^)
System_CAPS_pubmethodClear()

Removes all objects from the CollectionBase instance. This method cannot be overridden.(Inherited from CollectionBase.)

System_CAPS_pubmethodContains(Object^)

Returns a value indicating whether the specified ServiceDescriptionFormatExtension is a member of the ServiceDescriptionFormatExtensionCollection.

System_CAPS_pubmethodCopyTo(array<Object^>^, Int32)

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

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodFind(String^, String^)

Searches the ServiceDescriptionFormatExtensionCollection for a member with the specified name and namespace URI.

System_CAPS_pubmethodFind(Type^)

Searches the ServiceDescriptionFormatExtensionCollection and returns the first element of the specified derived Type.

System_CAPS_pubmethodFindAll(String^, String^)

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

System_CAPS_pubmethodFindAll(Type^)

Searches the ServiceDescriptionFormatExtensionCollection and returns an array of all elements of the specified Type.

System_CAPS_pubmethodGetEnumerator()

Returns an enumerator that iterates through the CollectionBase instance.(Inherited from CollectionBase.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodIndexOf(Object^)

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

System_CAPS_pubmethodInsert(Int32, Object^)

Adds the specified ServiceDescriptionFormatExtension to the ServiceDescriptionFormatExtensionCollection at the specified zero-based index.

System_CAPS_pubmethodIsHandled(Object^)

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.

System_CAPS_pubmethodIsRequired(Object^)

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

System_CAPS_pubmethodRemove(Object^)

Removes the first occurrence of the specified ServiceDescriptionFormatExtension from the ServiceDescriptionFormatExtensionCollection.

System_CAPS_pubmethodRemoveAt(Int32)

Removes the element at the specified index of the CollectionBase instance. This method is not overridable.(Inherited from CollectionBase.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubmethodAsParallel()

Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.)

System_CAPS_pubmethodAsQueryable()

Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.)

System_CAPS_pubmethodCast<TResult>()

Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.)

System_CAPS_pubmethodOfType<TResult>()

Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICollection::CopyTo(Array^, Int32)

Copies the entire CollectionBase to a compatible one-dimensional Array, starting at the specified index of the target array.(Inherited from CollectionBase.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Add(Object^)

Adds an object to the end of the CollectionBase.(Inherited from CollectionBase.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Contains(Object^)

Determines whether the CollectionBase contains a specific element.(Inherited from CollectionBase.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::IndexOf(Object^)

Searches for the specified Object and returns the zero-based index of the first occurrence within the entire CollectionBase.(Inherited from CollectionBase.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Insert(Int32, Object^)

Inserts an element into the CollectionBase at the specified index.(Inherited from CollectionBase.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Remove(Object^)

Removes the first occurrence of a specific object from the CollectionBase.(Inherited from CollectionBase.)

Return to top
Show: