Recent_Searches Class
Class keeps track of all the recent searches performed 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 Recent_Searches |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| Recent_Searches | Constructor for a new instance of the Recent_Searches class |
Methods
| Name | Description |
---|
| Add_New_Search | Adds a new search to the collection of recent searches |
Properties
| Name | Description |
---|
| Searches | Collection of recent searches against this digital library |
See Also