ISearchCategory
A search category. TypeParam : TEntry =
Constructors
No public constructors defined
Methods
No public methods defined
Properties
| String Name {get;} | stability index:1 |
|---|---|
| The name of this category. |
| IEnumerable<TEntry> Entries {get;} | stability index:1 |
|---|---|
| Entries contained in this category. |
| IEnumerable<ISearchCategory<TEntry>> SubCategories {get;} | stability index:1 |
|---|---|
| Sub-categories contained in this category |