Class GetMailTemplateNode
Inheritance
System.Object
GetMailTemplateNode
Assembly: Simplic.Framework.Flow.dll
Syntax
public class GetMailTemplateNode : ActionNode
Properties
|
Improve this Doc
View Source
FriendlyName
Gets or sets the friendly name of the node
Declaration
public override string FriendlyName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
InPinTemplateName
Declaration
public DataPin InPinTemplateName { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Gets or sets the name of the node
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OutNode
Gets or sets the out node
Declaration
public ActionNode OutNode { get; set; }
Property Value
Type |
Description |
ActionNode |
|
|
Improve this Doc
View Source
OutPinBody
Declaration
public DataPin OutPinBody { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinSubject
Declaration
public DataPin OutPinSubject { 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 |
|