Class OnSendStackReportNode
On send stack report
Inheritance
System.Object
OnSendStackReportNode
Namespace: Simplic.Framework.Flow
Assembly: Simplic.Framework.Flow.dll
Syntax
public class OnSendStackReportNode : EventNode
Properties
| Improve this Doc View SourceEventName
Gets the event name
Declaration
public override string EventName { get; }
Property Value
Type | Description |
---|---|
System.String |
FriendlyName
Gets the friendly name of OnSendStackReportNode
Declaration
public override string FriendlyName { get; }
Property Value
Type | Description |
---|---|
System.String |
InPinFlowIdentification
Declaration
public DataPin InPinFlowIdentification { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
InPinReportName
Declaration
public DataPin InPinReportName { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
Name
Gets the node name
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
OutNode
Declaration
public ActionNode OutNode { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
OutPinBlobId
Declaration
public DataPin OutPinBlobId { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
OutPinFileExtension
Declaration
public DataPin OutPinFileExtension { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
OutPinInstanceDataId
Declaration
public DataPin OutPinInstanceDataId { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
OutPinStackId
Declaration
public DataPin OutPinStackId { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
Methods
| Improve this Doc View SourceExecute(IFlowRuntimeService, DataPinScope)
Set out pin values
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 if the node was successfull |
ShouldExecute(IFlowRuntimeService, DataPinScope)
Checks whether the report name match with the arguments
Declaration
public override bool ShouldExecute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Type | Name | Description |
---|---|---|
IFlowRuntimeService | runtime | Runtime instance |
DataPinScope | scope | Scope instance |
Returns
Type | Description |
---|---|
System.Boolean | True if the names match |