Click or drag to resize

directReportConfiguration Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

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

Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      imbWEM.Core.settingsdirectReportConfiguration

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

The directReportConfiguration type exposes the following members.

Constructors
  NameDescription
Public methoddirectReportConfiguration
Initializes a new instance of the directReportConfiguration class
Top
Properties
  NameDescription
Public propertydoAutoRenameCrawlerFolder
Autorename crawler folder if already exists
Public propertydoAutoRenameSessionFolder
autorename session folder if already exists
Public propertydoDomainReport
General switch for all domain-level based reporting (except as aggregate source for module reporting)
Public propertydoIterationReport
General switch for all iteration based reporting (except module reporting)
Public propertydoPublishExperimentSessionTable
If true it will publich experimentSessionTable into report directory
Public propertydoPublishIndexPerformanceTable
If true it will publish index performance table into report directory
Public propertydoPublishPerformance
If it should create performanceRecord at the end of crawl job
Public propertydoTF_IDF_crawlReports
General switch for special term and TF-IDF reporting
Public propertyDR_ReportDomainPages
Public propertyDR_ReportDomainTerms
Public propertyDR_ReportIterationTerms
Public propertyDR_ReportIterationUrls
Public propertyDR_ReportModules
Public propertyDR_ReportModules_DomainReports
Export module reports for each domain - (if module reporting is enabled)
Public propertyDR_ReportModules_XMLIteration
Export module iteration record XML objects (if module reporting is enabled)
Public propertyDR_ReportTimeline
Public propertyDR_ReportWRecordLog
Public propertyREPORT_DirectoryNameByJobName
Public propertytableReporting_UseShortNames
If true it will use short version of table name for filename
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