Class StatusMessage
Represents a class for storing status messages.
Inherited Members
Namespace: DataWeb.Identity
Assembly: DataWeb.Core.dll
Syntax
public class StatusMessage
Properties
Description
Gets or sets the description of the status message.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
MessageType
Gets or sets the type of the status message.
Declaration
public string MessageType { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Gets or sets the title of the status message.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |