1 sharedlibrarycoredtos ClientCountSnapshot
RaidMax edited this page 2023-05-20 22:09:21 -05:00

ClientCountSnapshot Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Dtos
  SharedLibraryCore.Dtos.ClientCountSnapshot[[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

Source code

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