Class AddClassificationNode
A Node to add classifications to a classifiable instance data
Inheritance
System.Object
AddClassificationNode
Assembly: Simplic.Framework.Flow.dll
Syntax
public class AddClassificationNode : 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
InPinClassificationId
Declaration
public DataPin InPinClassificationId { get; set; }
Property Value
|
Improve this Doc
View Source
InPinInstanceDataGuid
Declaration
public DataPin InPinInstanceDataGuid { get; set; }
Property Value
|
Improve this Doc
View Source
InPinStackName
Declaration
public DataPin InPinStackName { 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 |
|
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 |
|