sharedlibrarycoredtos CommandResponseInfo - RaidMax/IW4M-Admin GitHub Wiki
Public class
CommandResponseInfo Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Dtos
SharedLibraryCore.Dtos.CommandResponseInfo[CommandResponseInfo](/RaidMax/IW4M-Admin/wiki/CommandResponseInfo)
end
Members
Properties
Public properties
Type | Name | Methods |
---|---|---|
int |
ClientId |
get, set |
string |
Response |
get, set |
Details
Constructors
CommandResponseInfo
public CommandResponseInfo()
Properties
Response
public string Response { get; set; }
ClientId
public int ClientId { get; set; }
Generated with ModularDoc