sharedlibrarycoredtos FindClientRequest - RaidMax/IW4M-Admin GitHub Wiki
FindClientRequest Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Dtos
SharedLibraryCore.Dtos.FindClientRequest[FindClientRequest](/RaidMax/IW4M-Admin/wiki/FindClientRequest)
SharedLibraryCore.Dtos.PaginationRequest[PaginationRequest](/RaidMax/IW4M-Admin/wiki/PaginationRequest)
end
SharedLibraryCore.Dtos.PaginationRequest --> SharedLibraryCore.Dtos.FindClientRequest
Members
Properties
Public properties
| Type | Name | Methods |
|---|---|---|
string |
Namename of client |
get, set |
string |
Xuidnetwork id of client |
get, set |
Methods
Public methods
| Returns | Name |
|---|---|
string |
ToDebugString() |
Details
Inheritance
Constructors
FindClientRequest
public FindClientRequest()
Methods
ToDebugString
public string ToDebugString()
Properties
Name
public string Name { get; set; }
Summary
name of client
Xuid
public string Xuid { get; set; }
Summary
network id of client
Generated with ModularDoc