Skip to main content

Class NullableIntItemIdentifierXperiflowResponseContext

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

Assembly: Xperiflow.dll

Declaration
public class NullableIntItemIdentifierXperiflowResponseContext : IXperiflowResponseContext

Inheritance: System.Object -> Workspace.XBR.Xperiflow.Core.RestApi.Routines.IXperiflowResponseContext

Properties​

Data​

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

Methods​

ToJson()​

Declaration
public string ToJson()
Returns​

System.String

FromJson(string)​

Declaration
public static NullableIntItemIdentifierXperiflowResponseContext FromJson(string data)
Returns​

Workspace.XBR.Xperiflow.Core.RestApi.Routines.NullableIntItemIdentifierXperiflowResponseContext

Parameters​
TypeName
System.Stringdata

Inherited Members​

Was this page helpful?