Class GetAnnotationNode
Inheritance
System.Object
GetAnnotationNode
Assembly: Simplic.Framework.Flow.dll
Syntax
public class GetAnnotationNode : ActionNode
Properties
|
Improve this Doc
View Source
FriendlyName
Declaration
public override string FriendlyName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
InPinGuid
Declaration
public DataPin InPinGuid { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OutNodeFailed
Declaration
public ActionNode OutNodeFailed { get; set; }
Property Value
Type |
Description |
ActionNode |
|
|
Improve this Doc
View Source
OutNodeSuccess
Declaration
public ActionNode OutNodeSuccess { get; set; }
Property Value
Type |
Description |
ActionNode |
|
|
Improve this Doc
View Source
OutPinBlue
Declaration
public DataPin OutPinBlue { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinContent
Declaration
public DataPin OutPinContent { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinFontSize
Declaration
public DataPin OutPinFontSize { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinGreen
Declaration
public DataPin OutPinGreen { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinHeight
Declaration
public DataPin OutPinHeight { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinLeft
Declaration
public DataPin OutPinLeft { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinRed
Declaration
public DataPin OutPinRed { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinTop
Declaration
public DataPin OutPinTop { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinWidth
Declaration
public DataPin OutPinWidth { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Execute(IFlowRuntimeService, DataPinScope)
Declaration
public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Type |
Name |
Description |
IFlowRuntimeService |
runtime |
|
DataPinScope |
scope |
|
Returns
Type |
Description |
System.Boolean |
|