Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class WolfNotification

    Wolf notification.

    Inheritance
    System.Object
    WolfNotification
    Implements
    IWolfEntity
    Namespace: TehGM.Wolfringo
    Assembly: Wolfringo.Core.dll
    Syntax
    public class WolfNotification : IWolfEntity

    Constructors

    | Improve this Doc View Source

    WolfNotification()

    Creates a new instance.

    Declaration
    [JsonConstructor]
    protected WolfNotification()

    Properties

    | Improve this Doc View Source

    EndTime

    Notification's end time.

    Declaration
    [JsonProperty("endAt")]
    public DateTime EndTime { get; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    ID

    ID of the notification.

    Declaration
    [JsonProperty("id")]
    public uint ID { get; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    ImageURL

    URL to notification's image.

    Declaration
    [JsonProperty("imageUrl")]
    public string ImageURL { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IsFavourite

    Is this notification favourited?

    Declaration
    [JsonProperty("favourite")]
    public bool IsFavourite { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsGlobal

    Is this notification global?

    Declaration
    [JsonProperty("global")]
    public bool IsGlobal { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsPersistent

    Is this notification persistent?

    Declaration
    [JsonProperty("persistent")]
    public bool IsPersistent { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    LayoutType

    Layout type of the notification.

    Declaration
    [JsonProperty("layoutType")]
    public int LayoutType { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Link

    Notification's link.

    Declaration
    [JsonProperty("link")]
    public string Link { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Message

    Notification's message text.

    Declaration
    [JsonProperty("message")]
    public string Message { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NewsStreamType

    Type of news stream.

    Declaration
    [JsonProperty("newsStreamType")]
    public int NewsStreamType { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    StartTime

    Notification's start time.

    Declaration
    [JsonProperty("startAt")]
    public DateTime StartTime { get; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    Title

    Notification's title.

    Declaration
    [JsonProperty("title")]
    public string Title { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Type

    Notification type.

    Declaration
    [JsonProperty("type")]
    public int Type { get; }
    Property Value
    Type Description
    System.Int32

    Implements

    IWolfEntity