DataWeb
Search Results for

    Show / Hide Table of Contents

    Class StatusMessage

    Represents a class for storing status messages.

    Inheritance
    object
    StatusMessage
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX