Table of Contents

Class FlowableLinkData<T>

Namespace
H.Controls.Diagram.Extension
Assembly
H.Controls.Diagram.Extension.dll
public class FlowableLinkData<T> : FlowableLinkData, INotifyPropertyChanged, IDable, ILinkData, IData, IFlowableLink, IFlowable, IDisposable where T : Enum

Type Parameters

T
Inheritance
FlowableLinkData<T>
Implements
Inherited Members
Extension Methods

Constructors

FlowableLinkData()

public FlowableLinkData()

Properties

NodeResult

[Display(Name = "节点结果", GroupName = "常用")]
public T NodeResult { get; set; }

Property Value

T

Methods

IsMatchResult(FlowableResult)

匹配运行时判定指向的哪个流程

public override bool IsMatchResult(FlowableResult flowableResult)

Parameters

flowableResult FlowableResult

Returns

bool