mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> Results >> Results_Arguments

Results_Arguments Class



Arguments used to indicate the currently requested search result information


Namespace: SobekCM.Core.Results
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public class Results_Arguments

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Results..::..Results_Arguments

Constructors

  NameDescription
Public methodResults_Arguments()()()()
Constructor for a new instance of this Results_Arguments class
Public methodResults_Arguments(NameValueCollection)
Constructor for a new instance of this Results_Arguments class

Properties

  NameDescription
Public propertyAggregation
Current aggregation code
Public propertyCoordinates
Coordinate search string for a geographic search
Public propertyDateRange_Date1
Beginning of a date range, if the search includes a date range between two arbitrary dates
Public propertyDateRange_Date2
End of a date range, if the search includes a date range between two arbitrary dates
Public propertyDateRange_Year1
Beginning of the year range, if the search includes a date range between two years
Public propertyDateRange_Year2
End of the year range, if the search includes a date range between two years
Public propertyPage
Which page of the results to retrieve and return
Public propertyResultsPerPage
Number of results to dispay per page
Public propertySearch_Fields
Search fields
Public propertySearch_Precision
Precision to be used while performing a metadata search in the database
Public propertySearch_String
Search string
Public propertySearch_Type
Submode for searching
Public propertySort
Sort type employed for displaying result sets
Public propertyUse_Cache
Flag indicates if this request should look in the cache, and subsequently store the results in the cache

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )