C# Class MarkdownImpExp.MarkdownImpExpCore

Show file Open project: abstractspoon/ToDoList_Plugins

Public Methods

Method Description
Export ( TDLTaskList srcTasks, string sDestFilePath, bool bSilent, TDLPreferences prefs, string sKey ) : bool

Protected Methods

Method Description
ExportTask ( TDLTask task, BulletedMarkdownContainer mdParent, bool root ) : bool
FormatTaskAttributes ( TDLTask task, bool root ) : string

Method Details

Export() public method

public Export ( TDLTaskList srcTasks, string sDestFilePath, bool bSilent, TDLPreferences prefs, string sKey ) : bool
srcTasks TDLTaskList
sDestFilePath string
bSilent bool
prefs TDLPreferences
sKey string
return bool

ExportTask() protected method

protected ExportTask ( TDLTask task, BulletedMarkdownContainer mdParent, bool root ) : bool
task TDLTask
mdParent BulletedMarkdownContainer
root bool
return bool

FormatTaskAttributes() protected method

protected FormatTaskAttributes ( TDLTask task, bool root ) : string
task TDLTask
root bool
return string