DeleteBusiness Members
Note: The Microsoft UDDI SDK is not supported by or included in Microsoft Windows versions after Microsoft Windows Server 7. The Microsoft UDDI V3 SDK is included with Microsoft BizTalk Server. For more information about the Microsoft UDDI V3 SDK, see Microsoft BizTalk Server documentation
Represents a request to delete a business entity that meets specific requirements. When the Send method is called, the DeleteBusiness class returns a DispositionReport object that contains information about the outcome of the request.
The following tables list the members exposed by the DeleteBusiness type.
Public Constructors
Name | Description | |
---|---|---|
DeleteBusiness | Overloaded. Creates an instance of the DeleteBusiness class. |
Top
Public Properties
Name | Description | |
---|---|---|
AuthInfo | Gets or sets a string representation of the authentication token for this DeleteBusiness object. | |
BusinessKeys | Gets or sets a collection of business keys that identify the businesses that the DeleteBusiness object will delete. | |
Generic | Gets or sets the UDDI API version number in string form for the DeleteBusiness object. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ReferenceEquals | (Inherited from Object) | |
Send | Transmits the DeleteBusiness request to the UDDI server. | |
ToString | Overridden. Returns the contents of the DeleteBusiness object in UDDI XML format. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.ICloneable.Clone | Creates a new object that is a copy of the current instance. |
Top