Элементы DTSWebMethodInfo

Encapsulates the details of a web method.

Тип DTSWebMethodInfo предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DTSWebMethodInfo() () () () Initializes a new instance of the DTSWebMethodInfo class.
Открытый метод DTSWebMethodInfo(String, String, String) Initializes a new instance of the DTSWebMethodInfo class, using the specified method name, message name, and documentation for the method.

В начало

Методы

  Имя Описание
Открытый метод Clone Creates an instance of the DTSWebMethodInfo class that is identical to the current object.
Открытый метод Equals Determines whether two object instances are equal. (Перезаписывает Object. . :: . .Equals(Object).)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode Returns the hash code for this object. (Перезаписывает Object. . :: . .GetHashCode() () () ().)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство Documentation Gets the documentation.
Открытое свойство MessageName Gets the name of a message.
Открытое свойство MethodName Gets the name of a method.
Открытое свойство ParamInfos Gets or sets an array that contains all the parameter information for a method.
Открытое свойство Supported Gets a value that indicates whether a Web method is supported or not.

В начало