Partilhar via


Membros DTSWebMethodInfo

Encapsulates the details of a web method.

O tipo DTSWebMethodInfo expõe os seguintes membros.

Construtores

  Nome Descrição
Método público DTSWebMethodInfo() () () () Initializes a new instance of the DTSWebMethodInfo class.
Método público DTSWebMethodInfo(String, String, String) Initializes a new instance of the DTSWebMethodInfo class, using the specified method name, message name, and documentation for the method.

Início

Métodos

  Nome Descrição
Método público Clone Creates an instance of the DTSWebMethodInfo class that is identical to the current object.
Método público Equals Determines whether two object instances are equal. (Substitui Object. . :: . .Equals(Object).)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode Returns the hash code for this object. (Substitui Object. . :: . .GetHashCode() () () ().)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública Documentation Gets the documentation.
Propriedade pública MessageName Gets the name of a message.
Propriedade pública MethodName Gets the name of a method.
Propriedade pública ParamInfos Gets or sets an array that contains all the parameter information for a method.
Propriedade pública Supported Gets a value that indicates whether a Web method is supported or not.

Início