Class StateMessage
- Namespace
- SunamoData.Data
- Assembly
- SunamoData.dll
Represents a state message with a type and text content.
public class StateMessage
- Inheritance
-
StateMessage
- Inherited Members
- Extension Methods
Constructors
StateMessage(string, string)
Initializes a new instance of the StateMessage class.
public StateMessage(string messageType, string message)
Parameters
Properties
Message
Gets or sets the message text.
protected string Message { get; set; }
Property Value
MessageType
Gets or sets the message type.
protected string MessageType { get; set; }
Property Value
TextMessage
Gets the text content of the message.
public string TextMessage { get; }
Property Value
TypeOfMessage
Gets the type of the message.
public string TypeOfMessage { get; }