System.Web.Services.Description.ServiceDescriptionBaseCollection.SetParent Method

Sets the parent object of the System.Web.Services.Description.ServiceDescriptionBaseCollection instance.

Syntax

protected virtual void SetParent (object value, object parent)

Parameters

value
The object for which to set the parent object.
parent
The object to set as the parent.

Remarks

The default implementation of this method is intended to be overridden by a derived class to set a parent of an appropriate class, based upon the Web Services Description Language (WSDL) specification. The default implementation performs no action. This protected method is accessible only through this class or a derived class.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0