Class HelpResponseMessage
A help response message.
Inheritance
System.Object
HelpResponseMessage
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Application.Console.Endpoints
Assembly: Kephas.Application.Console.dll
Syntax
public class HelpResponseMessage : IResponse, IMessage
Properties
| Improve this Doc View SourceCommand
Gets or sets the command.
Declaration
public object Command { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The command. |
Description
Gets or sets the description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description. |
Parameters
Gets or sets options for controlling the operation.
Declaration
public string[] Parameters { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The parameters. |