Class AdminMessageEuiState
Inheritance
System.Object
AdminMessageEuiState
Assembly: Content.Shared.dll
Syntax
public sealed class AdminMessageEuiState : EuiStateBase
Constructors
|
Improve this Doc
View Source
AdminMessageEuiState(Single, String, String, DateTime)
Declaration
public AdminMessageEuiState(float time, string message, string adminName, DateTime addedOn)
Parameters
Type |
Name |
Description |
System.Single |
time |
|
System.String |
message |
|
System.String |
adminName |
|
DateTime |
addedOn |
|
Properties
|
Improve this Doc
View Source
AddedOn
Declaration
public DateTime AddedOn { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
AdminName
Declaration
public string AdminName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Message
Declaration
public string Message { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Time
Declaration
public float Time { get; set; }
Property Value
Type |
Description |
System.Single |
|