sharedlibrarycoredtos ClientHistoryInfo - RaidMax/IW4M-Admin GitHub Wiki

ClientHistoryInfo Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Dtos
  SharedLibraryCore.Dtos.ClientHistoryInfo[ClientHistoryInfo](/RaidMax/IW4M-Admin/wiki/ClientHistoryInfo)
  end

Members

Properties

Public properties

Type Name Methods
List<ClientCountSnapshot> ClientCounts get, set
long ServerId get, set

Details

Constructors

ClientHistoryInfo

Source code

public ClientHistoryInfo()

Properties

ServerId

public long ServerId { get; set; }

ClientCounts

public List<ClientCountSnapshot> ClientCounts { get; set; }

Generated with ModularDoc