iw4madminapplicationrconparsers StatusResponse - RaidMax/IW4M-Admin GitHub Wiki
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph IW4MAdmin.Application.RConParsers
IW4MAdmin.Application.RConParsers.StatusResponse[[StatusResponse]]
end
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IStatusResponse[[IStatusResponse]]
class SharedLibraryCore.Interfaces.IStatusResponse interfaceStyle;
end
SharedLibraryCore.Interfaces.IStatusResponse --> IW4MAdmin.Application.RConParsers.StatusResponse
| Type | Name | Methods |
|---|---|---|
EFClient[]
|
Clients |
get, set |
string |
GameType |
get, set |
string |
Hostname |
get, set |
string |
Map |
get, set |
Nullable<int> |
MaxClients |
get, set |
public StatusResponse()public string Map { get; set; }public string GameType { get; set; }public string Hostname { get; set; }public Nullable<int> MaxClients { get; set; }public EFClient Clients { get; set; }Generated with ModularDoc