Class FlowableDiagramTemplateNodeData
[Display(Name = "基本流程图", GroupName = "流程图", Order = 0)]
public class FlowableDiagramTemplateNodeData : TitleCardNodeData, INotifyPropertyChanged, IDable, ICloneable, ITemplate, ILinkDataCreator, IPortDataCreator, ISystemNodeData, INodeData, IData, IFlowableNode, IFlowable, IDisposable
- Inheritance
-
FlowableDiagramTemplateNodeData
- Implements
- Inherited Members
- Extension Methods
Constructors
FlowableDiagramTemplateNodeData()
public FlowableDiagramTemplateNodeData()
FlowableDiagramTemplateNodeData(DiagramTemplate)
public FlowableDiagramTemplateNodeData(DiagramTemplate template)
Parameters
template
DiagramTemplate
Properties
FilePath
public string FilePath { get; set; }
Property Value
ShowTemplateCommand
[Display(Name = "查看模板", GroupName = "操作")]
public RelayCommand ShowTemplateCommand { get; }
Property Value
Template
public DiagramTemplate Template { get; set; }
Property Value
Methods
InvokeAsync(Part, Node)
public override Task<IFlowableResult> InvokeAsync(Part previors, Node current)