C# 클래스 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.
파일 보기 프로젝트 열기: oluc/tomboy

공개 메소드들

메소드 설명
GetPath ( string title ) : string
ToLower ( string s ) : String
TransformExtension ( NoteManager manager, Note root_note ) : System

메소드 상세

GetPath() 공개 메소드

public GetPath ( string title ) : string
title string
리턴 string

ToLower() 공개 메소드

public ToLower ( string s ) : String
s string
리턴 String

TransformExtension() 공개 메소드

public TransformExtension ( NoteManager manager, Note root_note ) : System
manager NoteManager
root_note Tomboy.Note
리턴 System