Class ResponseMessage
A simple response message.
Inheritance
System.Object
ResponseMessage
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.Messaging.Messages
Assembly: Kephas.Messaging.dll
Syntax
public class ResponseMessage : IResponseMessage, IResponse, IMessage
Properties
| Improve this Doc View SourceMessage
Gets or sets the informational message.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String | The informational message. |
Severity
Gets or sets the severity.
Declaration
public SeverityLevel Severity { get; set; }
Property Value
Type | Description |
---|---|
SeverityLevel | The severity. |