sharedlibrarycoredtos FindClientResult - RaidMax/IW4M-Admin GitHub Wiki
FindClientResult Public class
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 |
ClientIdclient identifier |
get, set |
string |
Namename of client |
get, set |
string |
Xuidnetworkid 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