Table of Contents

Class FlowableDiagramTemplateNodeData

Namespace
H.Controls.Diagram.Extension
Assembly
H.Controls.Diagram.Extension.dll
[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

string

ShowTemplateCommand

[Display(Name = "查看模板", GroupName = "操作")]
public RelayCommand ShowTemplateCommand { get; }

Property Value

RelayCommand

Template

public DiagramTemplate Template { get; set; }

Property Value

DiagramTemplate

Methods

InvokeAsync(Part, Node)

public override Task<IFlowableResult> InvokeAsync(Part previors, Node current)

Parameters

previors Part
current Node

Returns

Task<IFlowableResult>