C# Class Tomboy.ExportToHtml.TransformExtension

Makes System.String.ToLower available in the XSL stylesheet and manages access to the file path of notes, making sure that each note is only exported once.
Afficher le fichier Open project: oluc/tomboy

Méthodes publiques

Méthode Description
GetPath ( string title ) : string
ToLower ( string s ) : String
TransformExtension ( NoteManager manager, Note root_note ) : System

Method Details

GetPath() public méthode

public GetPath ( string title ) : string
title string
Résultat string

ToLower() public méthode

public ToLower ( string s ) : String
s string
Résultat String

TransformExtension() public méthode

public TransformExtension ( NoteManager manager, Note root_note ) : System
manager NoteManager
root_note Tomboy.Note
Résultat System