-
-
Notifications
You must be signed in to change notification settings - Fork 50
iw4madminapplicationrconparsers StatusResponse
RaidMax edited this page May 21, 2023
·
1 revision
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