sharedlibrarycoredtos FindClientResult - RaidMax/IW4M-Admin GitHub Wiki
Public class
FindClientResult Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Dtos
SharedLibraryCore.Dtos.FindClientResult[FindClientResult](/RaidMax/IW4M-Admin/wiki/FindClientResult)
end
Members
Properties
Public properties
Type | Name | Methods |
---|---|---|
int |
ClientId client identifier |
get, set |
string |
Name name of client |
get, set |
string |
Xuid networkid of client |
get, set |
Details
Constructors
FindClientResult
public FindClientResult()
Properties
ClientId
public int ClientId { get; set; }
Summary
client identifier
Xuid
public string Xuid { get; set; }
Summary
networkid of client
Name
public string Name { get; set; }
Summary
name of client
Generated with ModularDoc