Membri DTSWebMethodInfo
Encapsulates the details of a web method.
Il tipo DTSWebMethodInfo espone i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Clone | Creates an instance of the DTSWebMethodInfo class that is identical to the current object. | |
Equals | Determines whether two object instances are equal. (Esegue l'override di Object. . :: . .Equals(Object).) | |
Finalize | (Ereditato da Object). | |
GetHashCode | Returns the hash code for this object. (Esegue l'override di Object. . :: . .GetHashCode() () () ().) | |
GetType | (Ereditato da Object). | |
MemberwiseClone | (Ereditato da Object). | |
ToString | (Ereditato da Object). |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Vedere anche