Class AdminLogsEuiState
Inheritance
System.Object
AdminLogsEuiState
Assembly: Content.Shared.dll
Syntax
public sealed class AdminLogsEuiState : EuiStateBase
Constructors
|
Improve this Doc
View Source
AdminLogsEuiState(Int32, Dictionary<Guid, String>, Int32)
Declaration
public AdminLogsEuiState(int roundId, Dictionary<Guid, string> players, int roundLogs)
Parameters
Type |
Name |
Description |
System.Int32 |
roundId |
|
Dictionary<Guid, System.String> |
players |
|
System.Int32 |
roundLogs |
|
Properties
|
Improve this Doc
View Source
IsLoading
Declaration
public bool IsLoading { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Players
Declaration
public Dictionary<Guid, string> Players { get; }
Property Value
Type |
Description |
Dictionary<Guid, System.String> |
|
|
Improve this Doc
View Source
RoundId
Declaration
public int RoundId { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RoundLogs
Declaration
public int RoundLogs { get; }
Property Value
Type |
Description |
System.Int32 |
|