FindBinding 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
Contains a request that is used to locate bindings that meet the specified requirements.
The following tables list the members exposed by the FindBinding type.
Public Constructors
Name | Description | |
---|---|---|
FindBinding | Overloaded. Initializes an instance of the FindBinding class. |
Top
Public Properties
Name | Description | |
---|---|---|
FindQualifiers | Gets or sets a collection of FindQualifier objects that change the default behavior of search functionality for this FindBinding object. | |
Generic | Gets or sets the UDDI API version number in string form for the FindBinding object. | |
MaxRows | Gets or sets the maximum number of results to retrieve for this FindBinding request. | |
ServiceKey | Gets or sets a UUID that is used to specify a particular instance of a business service. The only bindings that will be searched are the bindings in the business service data that are identified by this service key. | |
TModelBag | Gets or sets a collection of UUIDs that is assigned to the tModels that are used to locate an appropriate binding. |
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 FindBinding request to a UDDI server. | |
ToString | Overridden. Retrieves the contents of the FindBinding 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