Class NavigationCommandSearchResult
Represents a command search result entry
Inheritance
System.Object
NavigationCommandSearchResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Navigation.Command
Assembly: Simplic.Navigation.Command.dll
Syntax
public class NavigationCommandSearchResult
Properties
| Improve this Doc View SourceArguments
Gets or sets the arguments
Declaration
public IList<string> Arguments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
Command
Gets or sets the command
Declaration
public NavigationCommand Command { get; set; }
Property Value
Type | Description |
---|---|
NavigationCommand |