Class AppSetting
[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
PropertySelectionMode
[Display(Name = "属性栏显示方式")]
public SelectionMode PropertySelectionMode { get; set; }
Property Value
ShowLog
[Display(Name = "显示日志")]
public bool ShowLog { 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
UseAutoShowLog
[Display(Name = "启用运行时自动显示日志")]
public bool UseAutoShowLog { get; set; }
Property Value
UseMock
[Display(Name = "启用模拟仿真")]
public bool UseMock { get; set; }