Click or drag to resize

analyticConsoleState Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

State objects for analytic console
Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      aceSettingsBase
        aceSettingsStandaloneBase
          aceAdvancedConsoleStateBase
            imbWEM.Core.consoleanalyticConsoleState

Namespace:  imbWEM.Core.console
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class analyticConsoleState : aceAdvancedConsoleStateBase

The analyticConsoleState type exposes the following members.

Constructors
  NameDescription
Public methodanalyticConsoleState
Initializes a new instance of the analyticConsoleState class
Top
Properties
  NameDescription
Public propertyaRecord
instance of Job Record class
Public propertycrawler
Currently selected crawler
Public propertycrawlerJobEngineSettings
Public propertycurrentProjectName
name of the current console project
(Inherited from aceAdvancedConsoleStateBase.)
Public propertydoRunScriptOnStartup
The filename (inside the script folder) of script file to run upon start of the console
(Inherited from aceAdvancedConsoleStateBase.)
Public propertydoWorkdInDebugMode
If true the console will produce all kinds of log outputs, data and serialized objects
(Inherited from aceAdvancedConsoleStateBase.)
Public propertyfailedDomains
list of domains that were failed with seed url
Public propertyindexSession
Public propertyjob
Current AnalyticJob
Public propertylastJobDirectory
Public propertylastRunstamp
Public propertyloadedContent
(Inherited from aceAdvancedConsoleStateBase.)
Public propertyloadedContentFilepath
(Inherited from aceAdvancedConsoleStateBase.)
Public propertypluginStack
Public propertyprojects_path
Path where the projects are
(Inherited from aceAdvancedConsoleStateBase.)
Public propertyreportDeliveryUnit
Unit used to deliver the report rendering
Public propertyreportDocument
Report document to be constructed after analytic job finished
Public propertyrunstampSetup
Settings of the runstamp generation
Public propertysampleFile
Public propertysampleList
Public propertysampleTags
Public propertysciProject
Public propertyscopePath
(Inherited from aceAdvancedConsoleStateBase.)
Public propertysettings_filepath
Path of the settings
(Inherited from aceAdvancedConsoleStateBase.)
Public propertysetupHash_crawler
Public propertysetupHash_global
Public propertystageControl
Stage control to be assigned to each crawler instance
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 methodmakeTheRunStamp
Makes the run stamp.
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 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

Reference

aceAdvancedConsoleStateBase