-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycoredtos ClientCountSnapshot
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Dtos
SharedLibraryCore.Dtos.ClientCountSnapshot[[ClientCountSnapshot]]
end
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 |
public ClientCountSnapshot()
public DateTime Time { get; set; }
public string TimeString { get; }
public int ClientCount { get; set; }
public bool ConnectionInterrupted { get; set; }
public string Map { get; set; }
public string MapAlias { get; set; }
Generated with ModularDoc