C# 클래스 OneNoteConversionTool.FormatConversion.ConversionManager

Handles converting the different input types into OneNote (output)
파일 보기 프로젝트 열기: OneNoteDev/OneNoteConversionTool

공개 메소드들

메소드 설명
ConvertInput ( string converterType, string inputPath, string outputDir ) : void

Converts Input using the specified format

GetSupportedFormats ( ) : List

Returns the list of all supported input formats

비공개 메소드들

메소드 설명
ConvertDirectory ( IFormatConverter converter, string inputDir, string outputDir ) : void

Helper method to iterate through a directory and convert all the files underneath it

ConvertDirectoryImpl ( IFormatConverter converter, string inputDir, string outputDir ) : ICollection

The internal implementation of the method that goes into the directory and tries to convert all files underneath it recursively.

ConvertFile ( IFormatConverter converter, string inputFile, string outputDir ) : void

Converts a single file into a section in OneNote notebook

메소드 상세

ConvertInput() 공개 정적인 메소드

Converts Input using the specified format
public static ConvertInput ( string converterType, string inputPath, string outputDir ) : void
converterType string
inputPath string
outputDir string
리턴 void

GetSupportedFormats() 공개 정적인 메소드

Returns the list of all supported input formats
public static GetSupportedFormats ( ) : List
리턴 List