1 iw4madminapplicationapigamelogserver LogInfo
RaidMax edited this page 2023-05-20 22:09:21 -05:00

LogInfo Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph IW4MAdmin.Application.API.GameLogServer
  IW4MAdmin.Application.API.GameLogServer.LogInfo[[LogInfo]]
  end

Members

Properties

Public properties

Type Name Methods
string Data get, set
int Length get, set
string NextKey get, set
bool Success get, set

Details

Constructors

LogInfo

Source code

public LogInfo()

Properties

Success

public bool Success { get; set; }

Length

public int Length { get; set; }

Data

public string Data { get; set; }

NextKey

public string NextKey { get; set; }

Generated with ModularDoc