Click or drag to resize

SupportSystemConfiguration Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbWEM.Core.settings.SupportSystemConfiguration"]

Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      imbWEM.Core.settingsSupportSystemConfiguration

Namespace:  imbWEM.Core.settings
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class SupportSystemConfiguration : imbBindable

The SupportSystemConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodSupportSystemConfiguration
Initializes a new instance of the SupportSystemConfiguration class
Top
Properties
  NameDescription
Public propertydoAskForSetupEdit
If true it will ask for settings editing before auto-execution
Public propertydoChacheMD5
Description of $property$
Public propertydoLanguagePrepareCall
If true it will load all language definitions on startup
Public propertymonitoringSampling
Period between two sample takes - system resources utilization monitoring
Public propertyplugIn_workload_settings
Public propertyplugins
plugin registry
Public propertyreportPlugIn_sideIndexer_DLCToSave
Number of DLCs to finish to trigger index publication
Public propertyreportPlugIn_sideIndexer_UseIfPagesKnown
If true it will remove from the schedule domains that already have recorded pages in total more than Page Load limit of the current crawl
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodOnPropertyChanged
Called when a property is changed.
(Inherited from dataBindableBase.)
Public methodprepare
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from dataBindableBase.)
Top
See Also