-
-
Notifications
You must be signed in to change notification settings - Fork 49
sharedlibrarycoredtos FindClientRequest
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.FindClientRequest[[FindClientRequest]]
SharedLibraryCore.Dtos.PaginationRequest[[PaginationRequest]]
end
SharedLibraryCore.Dtos.PaginationRequest --> SharedLibraryCore.Dtos.FindClientRequest
| Type | Name | Methods |
|---|---|---|
string |
Namename of client |
get, set |
string |
Xuidnetwork id of client |
get, set |
| Returns | Name |
|---|---|
string |
ToDebugString() |
public FindClientRequest()public string ToDebugString()public string Name { get; set; }name of client
public string Xuid { get; set; }network id of client
Generated with ModularDoc