Table of Contents

Class AppSetting

Namespace
H.Controls.Diagram.Extension
Assembly
H.Controls.Diagram.Extension.dll
[Display(Name = "应用参数", GroupName = "应用设置")]
public class AppSetting : LazySettableInstance<AppSetting>, INotifyPropertyChanged, IDable, ISettable, ILoadable, ISaveable, IDefaultable
Inheritance
AppSetting
Implements
Inherited Members
Extension Methods

Properties

FlowSleepMillisecondsTimeout

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

Property Value

int

PropertySelectionMode

[Display(Name = "属性栏显示方式")]
public SelectionMode PropertySelectionMode { get; set; }

Property Value

SelectionMode

ShowLog

[Display(Name = "显示日志")]
public bool ShowLog { get; set; }

Property Value

bool

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

UseAutoShowLog

[Display(Name = "启用运行时自动显示日志")]
public bool UseAutoShowLog { get; set; }

Property Value

bool

UseMock

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

Property Value

bool