-
-
Notifications
You must be signed in to change notification settings - Fork 44
iw4madminapplicationapimaster ApiServer
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.API.Master
IW4MAdmin.Application.API.Master.ApiServer[[ApiServer]]
end
Type | Name | Methods |
---|---|---|
int |
ClientNum |
get, set |
string |
Game |
get, set |
string |
Gametype |
get, set |
string |
Hostname |
get, set |
string |
IPAddress |
get, set |
long |
Id |
get, set |
string |
Map |
get, set |
int |
MaxClientNum |
get, set |
short |
Port |
get, set |
string |
Version |
get, set |
public ApiServer()
public long Id { get; set; }
public string IPAddress { get; set; }
public short Port { get; set; }
public string Version { get; set; }
public string Gametype { get; set; }
public string Map { get; set; }
public string Game { get; set; }
public string Hostname { get; set; }
public int ClientNum { get; set; }
public int MaxClientNum { get; set; }
Generated with ModularDoc