Click or drag to resize

IStatisticsManager Interface

Responsible for retrieving statistics about a case

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

The IStatisticsManager type exposes the following members.

Methods
  NameDescription
Public methodCaseStatistics
Obtains the statistics for the case.
Public methodImportSetSetStatistics
Obtains the statistics for the provided list of Import Sets, or all Import Sets if none are provided.
Public methodSourceStatistics
Obtains the statistics for the provided list of sources, or all sources if none are provided.
Top
See Also