Class PerformanceConfig
Inheritance
System.Object
PerformanceConfig
Assembly: Eco.Core.dll
public class PerformanceConfig : Object, IController, IViewController, IHasUniversalID
Constructors
Declaration
public PerformanceConfig()
Properties
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int CountOfLastReportsToSave { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int MaxTooltipCacheSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool MonitorStability { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool VerboseLogsOfInventoryChangeSets { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
Extension Methods