Skip to content

newgroundsiodotnet.components.responses.event.eventlogeventresponse

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

EventLogEventResponse

Namespace: NewgroundsIODotNet.Components.Responses.Event

One Logging response to rule them all (they all have the same response.)

public class EventLogEventResponse : NewgroundsIODotNet.Components.Interfaces.INgioComponentResponse

Inheritance ObjectEventLogEventResponse
Implements INgioComponentResponse

Properties

Component

The value returned by this property in this class is not standard in NG documentation because this is a combined response.

public string Component { get; }

Property Value

String

Success

public bool Success { get; }

Property Value

Boolean

Data

public Dictionary<string, object> Data { get; }

Property Value

Dictionary<String, Object>

Debug

public bool Debug { get; }

Property Value

Boolean

Error

public Nullable<NgioServerError> Error { get; }

Property Value

Nullable<NgioServerError>

EventName

Event name that was logged

public string EventName { get; }

Property Value

String

Clone this wiki locally