Class SearchService
Inheritance
System.Object
SearchService
Syntax
public static class SearchService
Properties
Filter
Declaration
public static SearchFilter Filter { get; }
Property Value
Methods
GetItems(SearchContext)
Declaration
public static List<SearchItem> GetItems(SearchContext context)
Parameters
Returns
| Type |
Description |
| System.Collections.Generic.List<SearchItem> |
|
Events
asyncItemReceived
Declaration
public static event Action<IEnumerable<SearchItem>> asyncItemReceived
Event Type
| Type |
Description |
| System.Action<System.Collections.Generic.IEnumerable<SearchItem>> |
|