Class FlowableDiagramDataSetting
[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
UseAutoLocator
[Display(Name = "启用运行时自动定位到运行节点")]
public bool UseAutoLocator { get; set; }
Property Value
UseAutoScaleTo
[Display(Name = "启用运行时自动放大到运行节点")]
public bool UseAutoScaleTo { get; set; }
Property Value
UseAutoSelect
[Display(Name = "启用运行时自动选中到运行节点")]
public bool UseAutoSelect { get; set; }
Property Value
UseMock
[Display(Name = "启用模拟仿真")]
public bool UseMock { get; set; }