C# Class qtools.Core.CLI.JsonFileReporter

Inheritance: IReporter
Afficher le fichier Open project: jondot/qtools Class Usage Examples

Méthodes publiques

Méthode Description
JsonFileReporter ( IEnumerable qs, string filename ) : System.Collections.Generic
Report ( IOutput output ) : void

Method Details

JsonFileReporter() public méthode

public JsonFileReporter ( IEnumerable qs, string filename ) : System.Collections.Generic
qs IEnumerable
filename string
Résultat System.Collections.Generic

Report() public méthode

public Report ( IOutput output ) : void
output IOutput
Résultat void