Skip to main content

Class XperiflowResponse

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

Assembly: Xperiflow.dll

Declaration
public class XperiflowResponse : IXperiflowResponse

Implements: Workspace.XBR.Xperiflow.Core.RestApi.ResponseHandling.IXperiflowResponse

Properties​

Success​

Declaration
[JsonProperty("success", Required = Required.Always)]
public bool Success { get; set; }

Message​

Declaration
[JsonProperty("message", Required = Required.AllowNull)]
public string? Message { get; set; }

Data​

Declaration
[JsonProperty("data", Required = Required.AllowNull)]
public object? Data { get; set; }

Methods​

ToJson()​

Declaration
public string ToJson()
Returns​

System.String

FromJson(string)​

Declaration
public static XperiflowResponse FromJson(string data)
Returns​

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

Parameters​
TypeName
System.Stringdata

Implements​

Inherited Members​

  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.ToString

Was this page helpful?