Click or drag to resize

imbACECoreConfig Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
General configuration object for domain of imbACE.Core
Inheritance Hierarchy
SystemObject
  imbACE.CoreimbACECoreConfig

Namespace:  imbACE.Core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public class imbACECoreConfig
Request Example View Source

The imbACECoreConfig type exposes the following members.

Constructors
  NameDescription
Public methodimbACECoreConfig
Constructor without arguments is obligatory for XML serialization
Top
Properties
  NameDescription
Public propertyautoFlushLogPageKByteLimit
Size limit of log content that triggers log flush
Public propertyautosaveTimeSpanInSec
Time required to unlock next autosave
Public propertyautosaveTimeSpanOn
If true it will prevent another log save within autosaveTimeSpanInSec seconds
Public propertydoAllowLogAutosave
If true it will do allow auto save of the globally registered logs
Public propertydoAllowOSDialogs
If true it will allow calling OS GUI dialogs
Public propertydoAutoFlushLogPage
If true it will do remove content of the globally registered logs, after reaching Log Page KByte limit
Public propertydoConsoleColorsByMarkupParshing
If true it will use console text markup parsing to color stressed parts of the text
Public propertydoConsoleColorsCyrcleSelector
If true it will assign different color to each ILogBuilder registered to output
Public propertydoDisplayMainLog
If true it send the main log to the screen
Public propertydoShowScriptLines
If true it will by default, show script lines that are just sent to execution
Public propertyStatic memberisDefaultReplaced
Gets or sets a value indicating whether, since program start, settings were replaced with another instance, i.e. loaded externally
Public propertyStatic membersettings
General configuration instance for domain of imbACE.Core
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also