C# Class Framework.AskerAnalysisStep

Inheritance: IStep
Afficher le fichier Open project: dream-365/toolkit

Méthodes publiques

Méthode Description
AskerAnalysisStep ( string repository, string month, EasyAnalysis mongoDBDataProvider ) : MongoDB.Bson
ExportAskers ( string exportPath ) : System.Threading.Tasks.Task
RunAsync ( ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
GetThreadsByUser ( string userId ) : Task>
MapBasicInfo ( dynamic>.Dictionary result ) : System.Threading.Tasks.Task

Method Details

AskerAnalysisStep() public méthode

public AskerAnalysisStep ( string repository, string month, EasyAnalysis mongoDBDataProvider ) : MongoDB.Bson
repository string
month string
mongoDBDataProvider EasyAnalysis
Résultat MongoDB.Bson

ExportAskers() public méthode

public ExportAskers ( string exportPath ) : System.Threading.Tasks.Task
exportPath string
Résultat System.Threading.Tasks.Task

RunAsync() public méthode

public RunAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task