Click or drag to resize

imbWEMManagerSettings Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

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

Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      aceSettingsBase
        aceSettingsStandaloneBase
          imbWEM.CoreimbWEMManagerSettings

Namespace:  imbWEM.Core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
[XmlIncludeAttribute(typeof(aceSettingsBase))]
[XmlIncludeAttribute(typeof(aceSettingsStandaloneBase))]
public class imbWEMManagerSettings : aceSettingsStandaloneBase

The imbWEMManagerSettings type exposes the following members.

Constructors
  NameDescription
Public methodimbWEMManagerSettings
Initializes a new instance of the imbWEMManagerSettings class
Top
Properties
  NameDescription
Public propertycontentProcessor
Public propertycrawlAdHok
Public propertycrawlerJobEngine
Public propertydirectReportEngine
Public propertyexecutionLog
Public propertyindexEngine
Public propertylinkResolver
Public propertyloaderComponent
Public propertypostReportEngine
Public propertysettings_filepath (Overrides aceSettingsStandaloneBase.settings_filepath.)
Public propertysupportEngine
Public propertyTFIDF
Public propertywasLoaded
(Inherited from aceSettingsBase.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodLoad
Loads and auto saves
(Inherited from aceSettingsStandaloneBase.)
Public methodOnPropertyChanged
Called when a property is changed.
(Inherited from dataBindableBase.)
Public methodPoke
Empty method used just to trigger autoload if required
(Inherited from aceSettingsStandaloneBase.)
Public methodprepare
Public methodSave
Saves the current settings. If filepath specified it will use it to save into. This will not change default load location.
(Inherited from aceSettingsStandaloneBase.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from dataBindableBase.)
Top
See Also