Class SuggestionsResult
Result of a suggestions query
Inheritance
System.Object
SuggestionsResult
Namespace: Noxum.Nova.Delivery.Client
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
public class SuggestionsResult : object
Properties
Suggestions
The list of suggestions
Declaration
public System.Collections.Generic.IList<Suggestion> Suggestions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Suggestion> |