Table of Contents

Class FlowableDiagramDataSetting

Namespace
H.Controls.Diagram.Presenter
Assembly
H.Controls.Diagram.Presenter.dll
[Display(Name = "流程设置", GroupName = "应用设置")]
public class FlowableDiagramDataSetting : LazySettableInstance<FlowableDiagramDataSetting>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ISettable, INameable, IOrderable, IGroupable, ILoadable, ISaveable, IDefaultable, IClearable
Inheritance
FlowableDiagramDataSetting
Implements
Inherited Members
Extension Methods

Properties

FlowSleepMillisecondsTimeout

[Range(0, 10000)]
[Display(Name = "流程运行延迟时间")]
public int FlowSleepMillisecondsTimeout { get; set; }

Property Value

int

UseAutoLocator

[Display(Name = "启用运行时自动定位到运行节点")]
public bool UseAutoLocator { get; set; }

Property Value

bool

UseAutoScaleTo

[Display(Name = "启用运行时自动放大到运行节点")]
public bool UseAutoScaleTo { get; set; }

Property Value

bool

UseAutoSelect

[Display(Name = "启用运行时自动选中到运行节点")]
public bool UseAutoSelect { get; set; }

Property Value

bool

UseMock

[Display(Name = "启用模拟仿真")]
public bool UseMock { get; set; }

Property Value

bool