SearchRequestResult Members
Contains the results of a request to a web service to search a specific location.Constructors
Name | Description |
---|---|
SearchRequestResult(RequestResultCode, String, List<LocationInformation>, LocationInformation, List<LocationInformation>, Int32, String, String) | Obsolete. Initializes a new instance of the SearchRequestResult class with the specified parameters. |
SearchRequestResult(List<LocationInformation>, String) | Initializes a new instance of the SearchRequestResult class with the specified keyword and the search result. |
Properties
Name | Description |
---|---|
AlternateSearchRegions | Obsolete. Returns alternate regions to search for a result. |
EstimatedMatches | Gets the number of estimated matches. |
FaultReason | Returns the fault reason of a request. Inherited from RequestResultBase. |
Keyword | Returns a keyword contained in the result of a search request. |
Location | Obsolete. Returns the location of a search result. |
ResultCode | Returns the code that contains information on whether the last request was successful. Inherited from RequestResultBase. |
SearchRegion | Obsolete. Returns a region to perform a search. |
SearchResults | Returns all search resuts. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also