API ReferenceSandbox.Services

Notificationclass

Player notification

objectNotification
Namespace
Sandbox.Services
Assembly
Sandbox.Engine
Declaration
public sealed class Sandbox.Services.Notification

Constructors1

Showing 1 constructors

Properties9

Showing 9 properties

public int Sandbox.Services.Notification.Count { get; set; }PUBLICGETSET

Returns:int

public System.DateTimeOffset Sandbox.Services.Notification.Created { get; set; }PUBLICGETSET

Returns:DateTimeOffset

public System.Collections.Generic.Dictionary`2<string,object> Sandbox.Services.Notification.Data { get; set; }PUBLICGETSET

Returns:Dictionary<string,object>

public string Sandbox.Services.Notification.Icon { get; set; }PUBLICGETSET

Returns:string

public string Sandbox.Services.Notification.NoticeType { get; set; }PUBLICGETSET

Returns:string

public System.Nullable`1<System.DateTimeOffset> Sandbox.Services.Notification.Read { get; set; }PUBLICGETSET

Returns:Nullable<DateTimeOffset>

public string Sandbox.Services.Notification.Text { get; set; }PUBLICGETSET

Returns:string

public System.DateTimeOffset Sandbox.Services.Notification.Updated { get; set; }PUBLICGETSETPER-FRAME

Returns:DateTimeOffset

public string Sandbox.Services.Notification.Url { get; set; }PUBLICGETSET

Returns:string

On this page