Skip to main content

Interface IXperiflowResponse

Namespace: Workspace.XBR.Xperiflow.Core.RestApi.ResponseHandling

Assembly: Xperiflow.dll

Declaration
public interface IXperiflowResponse

Properties

Data

Declaration
object? Data { get; set; }

Message

Declaration
string? Message { get; set; }

Success

Declaration
bool Success { get; set; }

Methods

FromJson(string)

Declaration
public static abstract XperiflowResponse FromJson(string data)
Returns

Workspace.XBR.Xperiflow.Core.RestApi.ResponseHandling.XperiflowResponse

Parameters
TypeName
System.Stringdata

ToJson()

Declaration
string ToJson()
Returns

System.String

Was this page helpful?