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

ClientInfo Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Dtos
  SharedLibraryCore.Dtos.ClientInfo[[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

Source code

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