Class CreateReportNode
Inheritance
System.Object
CreateReportNode
Assembly: Simplic.Framework.Flow.dll
Syntax
public class CreateReportNode : ActionNode
Properties
|
Improve this Doc
View Source
FailedOutNode
Declaration
public ActionNode FailedOutNode { get; set; }
Property Value
Type |
Description |
ActionNode |
|
|
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
InPinDataId
Declaration
public DataPin InPinDataId { get; set; }
Property Value
|
Improve this Doc
View Source
InPinParameterName
Declaration
public DataPin InPinParameterName { get; set; }
Property Value
|
Improve this Doc
View Source
InPinReportName
Declaration
public DataPin InPinReportName { 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
Declaration
public ActionNode OutNode { get; set; }
Property Value
Type |
Description |
ActionNode |
|
|
Improve this Doc
View Source
OutPinBlobGuid
Declaration
public DataPin OutPinBlobGuid { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinFileExtension
Declaration
public DataPin OutPinFileExtension { 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 |
Runtime instance
|
DataPinScope |
scope |
Scope instance
|
Returns
Type |
Description |
System.Boolean |
|