Recent_Searches.Search Class
Stores the pertinent information about a recent search against this digital library
Namespace: SobekCM.Core.ApplicationStateAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[DataContractAttribute]
public class Search : IEquatable<Recent_Searches..::..Search> |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Equals | Checks to see if two searches are equal |
Properties
| Name | Description |
---|
| Aggregation | Aggregation against which this search was performed |
| Key | Key is composed of session ip and all the search information, to avoid duplication in search list |
| Search_Terms | Terms used in the search |
| Search_Type | String version of the type of search ( Advanced, Basic, Map, etc.. ) |
| SessionIP | IP address which performed this search |
| Time | Time the search was first performed by this user |
See Also