DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AppNotificationRead

    Inheritance
    object
    AppNotificationRead
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Notification
    Assembly: DataWeb.Core.dll
    Syntax
    public class AppNotificationRead

    Properties

    IsRead

    Declaration
    public bool IsRead { get; set; }
    Property Value
    Type Description
    bool

    NotificationId

    Declaration
    [Required(ErrorMessage = "NotificationId is required")]
    public string NotificationId { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX