C# Class MarkdownImpExp.MarkdownImpExpCore

Afficher le fichier Open project: abstractspoon/ToDoList_Plugins

Méthodes publiques

Méthode Description
Export ( TDLTaskList srcTasks, string sDestFilePath, bool bSilent, TDLPreferences prefs, string sKey ) : bool

Méthodes protégées

Méthode Description
ExportTask ( TDLTask task, BulletedMarkdownContainer mdParent, bool root ) : bool
FormatTaskAttributes ( TDLTask task, bool root ) : string

Method Details

Export() public méthode

public Export ( TDLTaskList srcTasks, string sDestFilePath, bool bSilent, TDLPreferences prefs, string sKey ) : bool
srcTasks TDLTaskList
sDestFilePath string
bSilent bool
prefs TDLPreferences
sKey string
Résultat bool

ExportTask() protected méthode

protected ExportTask ( TDLTask task, BulletedMarkdownContainer mdParent, bool root ) : bool
task TDLTask
mdParent BulletedMarkdownContainer
root bool
Résultat bool

FormatTaskAttributes() protected méthode

protected FormatTaskAttributes ( TDLTask task, bool root ) : string
task TDLTask
root bool
Résultat string