sharedlibrarycoredtos ClientInfo - RaidMax/IW4M-Admin GitHub Wiki
Public class
ClientInfo Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Dtos
SharedLibraryCore.Dtos.ClientInfo[ClientInfo](/RaidMax/IW4M-Admin/wiki/ClientInfo)
end
Members
Properties
Public properties
Type | Name | Methods |
---|---|---|
int |
ClientId |
get, set |
Game |
Game |
get, set |
bool |
IsMasked |
get, set |
DateTime |
LastConnection |
get, set |
Permission |
Level |
get, set |
int |
LinkId |
get, set |
string |
Name |
get, set |
Details
Constructors
ClientInfo
public ClientInfo()
Properties
Name
public string Name { get; set; }
ClientId
public int ClientId { get; set; }
LinkId
public int LinkId { get; set; }
Level
public Permission Level { get; set; }
LastConnection
public DateTime LastConnection { get; set; }
Game
public Game Game { get; set; }
IsMasked
public bool IsMasked { get; set; }
Generated with ModularDoc