FindQualifier 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
Manages a set of fields that modify the default behavior of a find request.
The following tables list the members exposed by the FindQualifier type.
Public Fields
Name | Description | |
---|---|---|
AndAllKeys | Contains the string that specifies that the keys for the identifierBag are AND'd together, rather than OR'd together, for find_business and find_tModel queries. | |
CaseSensitiveMatch | Contains the string that specifies that the match is case-sensitive for find_business, find_service, and find_tModel queries. | |
CombineCategoryBags | Contains the string that specifies that the categoryBag entries for the current, contained, or referenced catgoryBag entries are combined for a find_business query. | |
ExactNameMatch | Contains the string that specifies that the match must be exact for find_business, find_service, and find_tModel queries. | |
OrAllKeys | Contains the string that specifies that the keys for tModelBag and categoryBag are OR'd together, negating any AND treatment or OrLikeKeys, for find_binding, find_business, find_service, and find_tModel queries. | |
OrLikeKeys | Contains the string that specifies that keys from the same namespace are OR'd together, rather than AND'd together, for find_business, find_service, find_tModel queries. | |
ServiceSubset | Contains the string that specifies that only the categoryBags from contained or referenced businessService elements are used for a find_business query. | |
SortByDateAscending | Contains the string that specifies that the results are sorted by date, from earliest to latest, for find_binding, find_business, find_relatedBusinesses, find_service, and find_tModel queries. | |
SortByDateDescending | Contains the string that specifies that the results are sorted by date, from latest to earliest, for find_binding, find_business, find_relatedBusinesses, find_service, and find_tModel queries. | |
SortByNameAscending | Contains the string that specifies that the results are sorted by name, from Z to A, for find_business, find_relatedBusinesses, find_service, and find_tModel queries. | |
SortByNameDescending | Contains the string that specifies that the results are sorted by name, from earliest to latest, for find_binding, find_business, find_relatedBusinesses, find_service, and find_tModel queries. |
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) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top