sharedlibrarycoredtos ClientCountSnapshot - RaidMax/IW4M-Admin GitHub Wiki
Public class
ClientCountSnapshot Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Dtos
SharedLibraryCore.Dtos.ClientCountSnapshot[ClientCountSnapshot](/RaidMax/IW4M-Admin/wiki/ClientCountSnapshot)
end
Members
Properties
Public properties
Type | Name | Methods |
---|---|---|
int |
ClientCount |
get, set |
bool |
ConnectionInterrupted |
get, set |
string |
Map |
get, set |
string |
MapAlias |
get, set |
DateTime |
Time |
get, set |
string |
TimeString |
get |
Details
Constructors
ClientCountSnapshot
public ClientCountSnapshot()
Properties
Time
public DateTime Time { get; set; }
TimeString
public string TimeString { get; }
ClientCount
public int ClientCount { get; set; }
ConnectionInterrupted
public bool ConnectionInterrupted { get; set; }
Map
public string Map { get; set; }
MapAlias
public string MapAlias { get; set; }
Generated with ModularDoc