FindRelatedBusinesses 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 locate businesses that are related to a specific business. When the Send method is called, the FindRelatedBusinesses class returns a RelatedBusinessList object. This object contains a list of business that matched the relationship set by the FindRelatedBusinesses properties at the time the Send method was called.
The following tables list the members exposed by the FindRelatedBusinesses type.
Public Constructors
Name | Description | |
---|---|---|
FindRelatedBusinesses | Overloaded. Initializes an instance of the FindRelatedBusinesses class. |
Top
Public Properties
Name | Description | |
---|---|---|
BusinessKey | Gets or sets the unique identifier for a related business. | |
FindQualifiers | Gets or sets a collection of FindQualifier objects that change the default behavior of search functionality for this FindRelatedBusinesses object. | |
Generic | Gets or sets the UDDI API version number in string form for the FindRelatedBusinesses object. | |
KeyedReference | Gets or sets a reference to a business identifier. | |
MaxRows | Gets or sets the maximum number of related businesses that the query can return. |
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 FindRelatedBusinesses request to the UDDI server. | |
ToString | Overridden. Retrieves the contents of the FindRelatedBusinesses 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