-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycoredtos FindClientResult
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Dtos
SharedLibraryCore.Dtos.FindClientResult[[FindClientResult]]
end
Type | Name | Methods |
---|---|---|
int |
ClientId client identifier |
get, set |
string |
Name name of client |
get, set |
string |
Xuid networkid of client |
get, set |
public FindClientResult()
public int ClientId { get; set; }
client identifier
public string Xuid { get; set; }
networkid of client
public string Name { get; set; }
name of client
Generated with ModularDoc