Click or drag to resize

IStatisticsCommon Interface

Base statistics that are available

Namespace:  EdaIntegrationContract.Statistics
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
public interface IStatisticsCommon

The IStatisticsCommon type exposes the following members.

Properties
  NameDescription
Public propertyAnalysisYield
Total number of items processed.
Public propertyAnalysisYieldSize
Total size of items processed.
Public propertyErrors
Total count of errors in processing and export.
Public propertyExported
Total number of items exported.
Public propertyFailures
Total number of failures in processing.
Public propertyInventoried
Total number of items inventoried.
Public propertyInventoriedSize
Total size of items inventoried.
Public propertyWarnings
Total count of warnings in processing.
Top
See Also