C# Class qtools.Core.CLI.JsonFileReporter

Inheritance: IReporter
显示文件 Open project: jondot/qtools Class Usage Examples

Public Methods

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

Method Details

JsonFileReporter() public method

public JsonFileReporter ( IEnumerable qs, string filename ) : System.Collections.Generic
qs IEnumerable
filename string
return System.Collections.Generic

Report() public method

public Report ( IOutput output ) : void
output IOutput
return void