Compartir a través de


DTSWebMethodInfo Miembros

Encapsulates the details of a web method.

El tipo DTSWebMethodInfo expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico DTSWebMethodInfo() () () () Initializes a new instance of the DTSWebMethodInfo class.
Método publico DTSWebMethodInfo(String, String, String) Initializes a new instance of the DTSWebMethodInfo class, using the specified method name, message name, and documentation for the method.

Principio

Métodos

  Nombre Descripción
Método publico Clone Creates an instance of the DTSWebMethodInfo class that is identical to the current object.
Método publico Equals Determines whether two object instances are equal. (Invalida Object. . :: . .Equals(Object).)
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode Returns the hash code for this object. (Invalida Object. . :: . .GetHashCode() () () ().)
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Documentation Gets the documentation.
Propiedad pública MessageName Gets the name of a message.
Propiedad pública MethodName Gets the name of a method.
Propiedad pública ParamInfos Gets or sets an array that contains all the parameter information for a method.
Propiedad pública Supported Gets a value that indicates whether a Web method is supported or not.

Principio