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

IW4MAdminInfo Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Dtos
  SharedLibraryCore.Dtos.IW4MAdminInfo[[IW4MAdminInfo]]
  end

Members

Properties

Public properties

Type Name Methods
Game``[] ActiveServerGames
collection of unique game names being monitored
get, set
Nullable<Game> Game
specifies the game name filter
get, set
int MaxConcurrentClients get, set
DateTime MaxConcurrentClientsTime get, set
int RecentClientCount get, set
int TotalAvailableClientSlots get, set
int TotalClientCount get, set
int TotalOccupiedClientSlots get, set

Details

Constructors

IW4MAdminInfo

Source code

public IW4MAdminInfo()

Properties

TotalClientCount

public int TotalClientCount { get; set; }

RecentClientCount

public int RecentClientCount { get; set; }

TotalOccupiedClientSlots

public int TotalOccupiedClientSlots { get; set; }

TotalAvailableClientSlots

public int TotalAvailableClientSlots { get; set; }

MaxConcurrentClients

public int MaxConcurrentClients { get; set; }

MaxConcurrentClientsTime

public DateTime MaxConcurrentClientsTime { get; set; }

Game

public Nullable<Game> Game { get; set; }
Summary

specifies the game name filter

ActiveServerGames

public Game ActiveServerGames { get; set; }
Summary

collection of unique game names being monitored

Generated with ModularDoc