class Notification

in global :: Sandbox . Services

Player notification


public DateTimeOffset Created { get; set; }

😔 No documentation found.

public DateTimeOffset Updated { get; set; }

😔 No documentation found.

public int Count { get; set; }

😔 No documentation found.

public Nullable<DateTimeOffset> Read { get; set; }

😔 No documentation found.

public string NoticeType { get; set; }

😔 No documentation found.

public string Url { get; set; }

😔 No documentation found.

public string Icon { get; set; }

😔 No documentation found.

public string Text { get; set; }

😔 No documentation found.

public Dictionary<string,object> Data { get; set; }

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public Notification( )

😔 No documentation found.