-
-
Notifications
You must be signed in to change notification settings - Fork 50
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 |
ClientIdclient identifier |
get, set |
string |
Namename of client |
get, set |
string |
Xuidnetworkid 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