AlgoliaQuery Class |
Namespace: NetQuarry.Services
The AlgoliaQuery type exposes the following members.
Name | Description | |
---|---|---|
AlgoliaQuery |
Constructs an empty AlgoliaQuery object.
| |
AlgoliaQuery(String) |
Constructs an AlgoliaQuery object from JSON search parameters
|
Name | Description | |
---|---|---|
aroundLatLng |
The location (aroundRadius should be specified as well).
| |
aroundLatLngViaIP |
If true, set the aroundLatLngViaIP value.
| |
aroundRadius |
The radius around the lat/lng.
| |
attributesToRetrieve |
The list of attributes to retrieve.
| |
filters |
Filters.
| |
search |
The search string.
| |
searchParameters |
The query search parameters.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
FromQueryString |
Constructs an AlgoliaQuery object from a query string
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |