SoapSchemaMember Class

Definition

Represents certain attributes of a XSD <part> element in a WSDL document for generating classes from the document.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class SoapSchemaMember
public class SoapSchemaMember
type SoapSchemaMember = class
Public Class SoapSchemaMember
Inheritance
SoapSchemaMember

Remarks

The SoapSchemaMember class is used by the Wsdl.exe tool while generating client proxy classes or abstract server classes from a Web Services Description Language (WSDL) document. Instead of using this class directly, use Wsdl.exe.

The SoapSchemaMember class has properties that correspond to the name and type attributes of a WSDL part element. The class is used only when a WSDL document specifies SOAP encoding, as described in Section 5 of the SOAP 1.1 specification.

Constructors

SoapSchemaMember()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the SoapSchemaMember class.

Properties

MemberName

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value that corresponds to the name attribute of the WSDL part element.

MemberType

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value that corresponds to the type attribute of the WSDL part element.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also