C# Class MONI.Data.JSONExporter

Show file Open project: dotob/moni Class Usage Examples

Public Methods

Method Description
Export ( WorkYear year ) : void
FilenameForMonth ( WorkMonth month ) : string
JSONExporter ( string dataDirectory ) : System

Private Methods

Method Description
Export ( WorkMonth month, string filename ) : void

Method Details

Export() public method

public Export ( WorkYear year ) : void
year WorkYear
return void

FilenameForMonth() public method

public FilenameForMonth ( WorkMonth month ) : string
month WorkMonth
return string

JSONExporter() public method

public JSONExporter ( string dataDirectory ) : System
dataDirectory string
return System