C# 클래스 FolderLib.FolderProcessor

파일 보기 프로젝트 열기: Confirmit/Students 1 사용 예제들

공개 메소드들

메소드 설명
CompleteSych ( int notToWrite ) : bool
FolderProcessor ( ) : System
FolderProcessor ( IFolderHandler folderHandler, IFileHandler fileHandler ) : System
GetDifferences ( string path, string pattern ) : Dictionary>
PrepareSynch ( string path, string pattern ) : bool

비공개 메소드들

메소드 설명
FileHandlerBuilder ( ) : void

메소드 상세

CompleteSych() 공개 메소드

public CompleteSych ( int notToWrite ) : bool
notToWrite int
리턴 bool

FolderProcessor() 공개 메소드

public FolderProcessor ( ) : System
리턴 System

FolderProcessor() 공개 메소드

public FolderProcessor ( IFolderHandler folderHandler, IFileHandler fileHandler ) : System
folderHandler IFolderHandler
fileHandler IFileHandler
리턴 System

GetDifferences() 공개 메소드

public GetDifferences ( string path, string pattern ) : Dictionary>
path string
pattern string
리턴 Dictionary>

PrepareSynch() 공개 메소드

public PrepareSynch ( string path, string pattern ) : bool
path string
pattern string
리턴 bool