Class FlowableDiagramTemplateNodeData
[Display(Name = "基本流程图", GroupName = "流程图", Order = 0)]
public class FlowableDiagramTemplateNodeData : TitleCardNodeData, INotifyPropertyChanged, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable, ICloneable, ITemplate, IPortDataCreator, IPortableNodeData, ILinkDataCreator, ITextNodeData, ITextable, IFlowableNodeData, INodeData, IFlowablePartData, IPartData, IData, IFlowable, IDisposable, IMessageable, IStopwatchable- Inheritance
- 
      
      
      
      
      
      
      
      
      
      
      
      
      FlowableDiagramTemplateNodeData
- Implements
- Inherited Members
- Extension Methods
Constructors
FlowableDiagramTemplateNodeData()
public FlowableDiagramTemplateNodeData()FlowableDiagramTemplateNodeData(DiagramTemplate)
public FlowableDiagramTemplateNodeData(DiagramTemplate template)Parameters
- templateDiagramTemplate
Properties
FilePath
public string FilePath { get; set; }Property Value
ShowTemplateCommand
[Display(Name = "查看模板", GroupName = "操作")]
public DisplayCommand ShowTemplateCommand { get; }Property Value
Template
public DiagramTemplate Template { get; set; }Property Value
Methods
InvokeAsync(IFlowableLinkData, IFlowableDiagramData)
public override Task<IFlowableResult> InvokeAsync(IFlowableLinkData previors, IFlowableDiagramData diagram)Parameters
- previorsIFlowableLinkData
- diagramIFlowableDiagramData