Class CloudGetTransformedDataNode
Node for connecting two instance data entries
Inheritance
System.Object
CloudGetTransformedDataNode
Namespace: Simplic.Framework.Flow
Assembly: Simplic.Framework.Flow.dll
Syntax
public class CloudGetTransformedDataNode : ActionNode
Properties
| Improve this Doc View SourceFriendlyName
Gets the node friendly name
Declaration
public override string FriendlyName { get; }
Property Value
Type | Description |
---|---|
System.String |
InPinUser
Gets or sets the user
Declaration
public DataPin InPinUser { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
Name
Gets the node name
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
OutNodeCompleted
Gets or sets the flow out pin whether the processing data is completed
Declaration
public ActionNode OutNodeCompleted { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
OutNodeFailed
Gets or sets the flow out pin whether the processing data is failed
Declaration
public ActionNode OutNodeFailed { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
OutNodeFailedItem
Gets or sets the flow out pin for a failed item
Declaration
public ActionNode OutNodeFailedItem { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
OutNodeSuccessItem
Gets or sets the flow out pin for a successful processed item
Declaration
public ActionNode OutNodeSuccessItem { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
OutPinOriginalFile
Gets or sets the original file
Declaration
public DataPin OutPinOriginalFile { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
OutPinQueueItemId
Gets or sets the queue item id
Declaration
public DataPin OutPinQueueItemId { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
OutPinResultMessage
Gets or sets the result message
Declaration
public DataPin OutPinResultMessage { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
OutPinTransformedFile
Gets or sets the transformed file
Declaration
public DataPin OutPinTransformedFile { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
OutPinTransformer
Gets or sets the transformer name
Declaration
public DataPin OutPinTransformer { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
Methods
| Improve this Doc View SourceExecute(IFlowRuntimeService, DataPinScope)
Connect two instance data
Declaration
public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Type | Name | Description |
---|---|---|
IFlowRuntimeService | runtime | Runtime instance |
DataPinScope | scope | Scope instance |
Returns
Type | Description |
---|---|
System.Boolean | True connecting was successfull |