Method | Description | |
---|---|---|
Add_HTML ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, |
Adds the controls for this result viewer to the place holder on the main form
|
|
Create_JSON_Search_Results_Object ( |
||
Google_Map_ResultsViewer_Beta ( RequestCache RequestSpecificValues, Search_Results_Statistics ResultsStats, List |
Constructor for a new instance of the Full_ResultsViewer class
|
|
Perform_Aggregation_Search ( string aggregationIds, |
||
Perform_Callback_Action ( String sendData, |
parse and process incoming message
|
|
Perform_Complete_Search ( string aggregationIds, string filters, System.DateTime startDateTime, System.DateTime endDateTime, double lat1, double long1, double lat2, double long2, |
||
Perform_Coordinate_Bounds_Search ( double swx, double swy, double nex, double ney ) : void | ||
Perform_DateTime_Range_Search ( System.DateTime startDateTime, System.DateTime endDateTime ) : void | ||
Perform_Filter_Search ( string filters ) : void | ||
Refresh_MSRKey ( ) : void |
public Add_HTML ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, |
||
MainPlaceHolder | System.Web.UI.WebControls.PlaceHolder | Main place holder ( "mainPlaceHolder" ) in the itemNavForm form into which the the bulk of the result viewer's output is displayed |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public static Create_JSON_Search_Results_Object ( |
||
searchResults | ||
return | object |
public Google_Map_ResultsViewer_Beta ( RequestCache RequestSpecificValues, Search_Results_Statistics ResultsStats, List |
||
RequestSpecificValues | RequestCache | All the necessary, non-global data specific to the current request |
ResultsStats | Search_Results_Statistics | Statistics about the results to display including the facets |
PagedResults | List |
Actual pages of results |
return | System |
public static Perform_Aggregation_Search ( string aggregationIds, |
||
aggregationIds | string | |
Tracer | ||
return | void |
public Perform_Callback_Action ( String sendData, |
||
sendData | String | message from page |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public static Perform_Complete_Search ( string aggregationIds, string filters, System.DateTime startDateTime, System.DateTime endDateTime, double lat1, double long1, double lat2, double long2, |
||
aggregationIds | string | |
filters | string | |
startDateTime | System.DateTime | |
endDateTime | System.DateTime | |
lat1 | double | |
long1 | double | |
lat2 | double | |
long2 | double | |
Tracer | ||
return | void |
public static Perform_Coordinate_Bounds_Search ( double swx, double swy, double nex, double ney ) : void | ||
swx | double | |
swy | double | |
nex | double | |
ney | double | |
return | void |
public static Perform_DateTime_Range_Search ( System.DateTime startDateTime, System.DateTime endDateTime ) : void | ||
startDateTime | System.DateTime | |
endDateTime | System.DateTime | |
return | void |
public static Perform_Filter_Search ( string filters ) : void | ||
filters | string | |
return | void |