DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AppNotificationInfo

    Inheritance
    object
    AppNotificationInfo
    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 AppNotificationInfo

    Properties

    Context

    Declaration
    public string Context { get; set; }
    Property Value
    Type Description
    string

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    IsRead

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

    IsReadDisabled

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

    NotificationDate

    Declaration
    public DateTimeOffset NotificationDate { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    NotificationValues

    Declaration
    public List<AppNotificationValue> NotificationValues { get; set; }
    Property Value
    Type Description
    List<AppNotificationValue>

    Type

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX