Click or drag to resize

DeliveryUnitReportConfiguration Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

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

Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      imbWEM.Core.settingsDeliveryUnitReportConfiguration

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

The DeliveryUnitReportConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodDeliveryUnitReportConfiguration
Initializes a new instance of the DeliveryUnitReportConfiguration class
Top
Properties
  NameDescription
Public propertyreportBuildDoExcelExport
Should Excel files be created as attachment
Public propertyreportBuildDoGraphs
Should graphs be created in the reports
Public propertyreportBuildDoJSONExport
Should JSON reports be created for attachment
Public propertyreportBuildWebDomainReport
Should web domain report be included
Public propertyreportBuildWebPageReport
TRUE enables generation of web page reports
Public propertyreportLinkIndex
Includes link index table into report
Public propertyreportPageIndex
Includes page index table into report
Public propertyreportPurgeFolder
Description of $property$
Public propertytableExcerptRowLimitDefault
Default number of rows to include into visible report content
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 methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from dataBindableBase.)
Top
See Also

Reference

[!:aceCommonTypes.primitives.imbBindable]