ISearchEntry
Has a collection of strings that can be used to identifiy the instance in a search.
Constructors
No public constructors defined
Methods
No public methods defined
Properties
| String Name {get;} |
stability index:1 |
| Name of this search entry. |
|
| ICollection<String> SearchTags {get;} |
stability index:1 |
| Tags which can be used to search for this entry. |
|
| IEnumerable<Double> SearchTagWeights {get;} |
stability index:1 |
| Every search tag should have weight. This weight will be taken into account during search. |
|
| String Description {get;} |
stability index:1 |
| Description of this search entry. |
|
Events
No public events defined