C# Class ExportSessionCSV, chronojump

Inheritance: ExportSession
Show file Open project: GNOME/chronojump

Public Methods

Method Description
ExportSessionCSV ( Session, mySession, Gtk app1, Preferences, preferences ) : System

Protected Methods

Method Description
printFooter ( ) : void
writeData ( ArrayList exportData ) : void
writeData ( string exportData ) : void

Method Details

ExportSessionCSV() public method

public ExportSessionCSV ( Session, mySession, Gtk app1, Preferences, preferences ) : System
mySession Session,
app1 Gtk
preferences Preferences,
return System

printFooter() protected method

protected printFooter ( ) : void
return void

writeData() protected method

protected writeData ( ArrayList exportData ) : void
exportData ArrayList
return void

writeData() protected method

protected writeData ( string exportData ) : void
exportData string
return void