Class ExecuteCommandResult
Execution result
Inheritance
System.Object
ExecuteCommandResult
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 ExecuteCommandResult
Properties
| Improve this Doc View SourceCommand
Gets or sets the execute command
Declaration
public NavigationCommand Command { get; }
Property Value
Type | Description |
---|---|
NavigationCommand |
ErrorMessage
Gets or sets the error message text if the execution fails
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExecutionFailed
Gets or sets whether the execution was successful
Declaration
public bool ExecutionFailed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |