C# Class BaconFeedback.StatisticsCalculator

Class that calculates various statistics about a group of feedback files.
Afficher le fichier Open project: Revelations/BaconApp Class Usage Examples

Private Properties

Свойство Type Description
GetNationalityDictionary int>.Dictionary

Méthodes publiques

Méthode Description
GetNthMostScanned ( int n ) : string
GetScannedDictionary ( ) : int>.Dictionary
StatisticsCalculator ( List files ) : System

Constructor accepting a single argument.

Private Methods

Méthode Description
GetNationalityDictionary ( ) : int>.Dictionary

Method Details

GetNthMostScanned() public méthode

public GetNthMostScanned ( int n ) : string
n int
Résultat string

GetScannedDictionary() public méthode

public GetScannedDictionary ( ) : int>.Dictionary
Résultat int>.Dictionary

StatisticsCalculator() public méthode

Constructor accepting a single argument.
public StatisticsCalculator ( List files ) : System
files List List of files to aggregate statistics for.
Résultat System