Show / Hide Table of Contents

Class HelpResponseMessage

A help response message.

Inheritance
System.Object
HelpResponseMessage
Implements
IResponse
IMessage
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 Source

Command

Gets or sets the command.

Declaration
public object Command { get; set; }
Property Value
Type Description
System.Object

The command.

| Improve this Doc View Source

Description

Gets or sets the description.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

The description.

| Improve this Doc View Source

Parameters

Gets or sets options for controlling the operation.

Declaration
public string[] Parameters { get; set; }
Property Value
Type Description
System.String[]

The parameters.

Implements

IResponse
IMessage

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX