Skip to main content

Class: EOIResponse

Basic success and message container used by validator and transport code.

Namespace: EyesOnItSDK.API

Constructors

  • public EOIResponse(bool success, string message = null)

Properties

PropertyJSON FieldTypeNotes
Successbool
Messagestring
Dataobject

Events

This class does not expose any public events.

Methods

MethodReturnsNotes
public static EOIResponse Failure()EOIResponse
public static EOIResponse CreateSuccess()EOIResponse
public string ToJson()stringSerializes this object with null values omitted.