Skip to content

sharedlibrarycoredtos CommandResponseInfo

RaidMax edited this page May 21, 2023 · 1 revision

CommandResponseInfo Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Dtos
  SharedLibraryCore.Dtos.CommandResponseInfo[[CommandResponseInfo]]
  end
Loading

Members

Properties

Public properties

Type Name Methods
int ClientId get, set
string Response get, set

Details

Constructors

CommandResponseInfo

Source code

public CommandResponseInfo()

Properties

Response

public string Response { get; set; }

ClientId

public int ClientId { get; set; }

Generated with ModularDoc

Clone this wiki locally