1 sharedlibrarycoredtos FindClientRequest
RaidMax edited this page 2023-05-20 22:09:21 -05:00

FindClientRequest Public class

Diagram

  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

Members

Properties

Public properties

Type Name Methods
string Name
name of client
get, set
string Xuid
network id of client
get, set

Methods

Public methods

Returns Name
string ToDebugString()

Details

Inheritance

Constructors

FindClientRequest

Source code

public FindClientRequest()

Methods

ToDebugString

Source code

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