Class OnExecuteFlowEvent
Inheritance
System.Object
OnExecuteFlowEvent
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Simplic.Flow.Node.dll
Syntax
public class OnExecuteFlowEvent : EventNode
Properties
|
Improve this Doc
View Source
EventName
Declaration
public override string EventName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
FriendlyName
Declaration
public override string FriendlyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
InPinTarget
Gets or sets the pin node
Declaration
public DataPin InPinTarget { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
OutNode
Declaration
public ActionNode OutNode { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinData01
Gets or sets the pin node
Declaration
public DataPin OutPinData01 { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinData02
Gets or sets the pin node
Declaration
public DataPin OutPinData02 { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinData03
Gets or sets the pin node
Declaration
public DataPin OutPinData03 { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Execute(IFlowRuntimeService, DataPinScope)
Declaration
public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
ShouldExecute(IFlowRuntimeService, DataPinScope)
Declaration
public override bool ShouldExecute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides