Results_Arguments Class
Arguments used to indicate the currently requested search result information
Namespace: SobekCM.Core.ResultsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public class Results_Arguments |
Inheritance Hierarchy
Constructors
Properties
| Name | Description |
---|
| Aggregation | Current aggregation code |
| Coordinates | Coordinate search string for a geographic search |
| DateRange_Date1 | Beginning of a date range, if the search includes
a date range between two arbitrary dates |
| DateRange_Date2 | End of a date range, if the search includes
a date range between two arbitrary dates |
| DateRange_Year1 | Beginning of the year range, if the search includes
a date range between two years |
| DateRange_Year2 | End of the year range, if the search includes
a date range between two years |
| Page | Which page of the results to retrieve and return |
| ResultsPerPage | Number of results to dispay per page |
| Search_Fields | Search fields |
| Search_Precision | Precision to be used while performing a metadata search in the database |
| Search_String | Search string |
| Search_Type | Submode for searching |
| Sort | Sort type employed for displaying result sets |
| Use_Cache | Flag indicates if this request should look in the cache, and subsequently store the
results in the cache |
See Also