Class BodyTaskHandlersContext
Put body context for TaskHandlersResource
Namespace: Workspace.XBR.Xperiflow.Core.RestApi.Conduit
Assembly: Xperiflow.dll
Declaration
public class BodyTaskHandlersContext
Properties
TaskType
Declaration
[JsonProperty("task_type", Required = Required.Always)]
public string TaskType { get; set; }
ExecutionType
Declaration
[JsonProperty("execution_type", Required = Required.Always)]
public string ExecutionType { get; set; }
ScriptText
Declaration
[JsonProperty("script_text", Required = Required.Always)]
public string ScriptText { get; set; }
AdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Methods
ToJson()
Declaration
public string ToJson()
Returns
System.String
FromJson(string)
Declaration
public static BodyTaskHandlersContext FromJson(string data)
Returns
Workspace.XBR.Xperiflow.Core.RestApi.Conduit.BodyTaskHandlersContext
Parameters
| Type | Name |
|---|---|
System.String | data |
Inherited Members
System.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseCloneSystem.Object.ReferenceEquals(System.Object,System.Object)System.Object.ToString