C# Class FolderLib.FolderProcessor

Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Méthode Description
CompleteSych ( int notToWrite ) : bool
FolderProcessor ( ) : System
FolderProcessor ( IFolderHandler folderHandler, IFileHandler fileHandler ) : System
GetDifferences ( string path, string pattern ) : Dictionary>
PrepareSynch ( string path, string pattern ) : bool

Private Methods

Méthode Description
FileHandlerBuilder ( ) : void

Method Details

CompleteSych() public méthode

public CompleteSych ( int notToWrite ) : bool
notToWrite int
Résultat bool

FolderProcessor() public méthode

public FolderProcessor ( ) : System
Résultat System

FolderProcessor() public méthode

public FolderProcessor ( IFolderHandler folderHandler, IFileHandler fileHandler ) : System
folderHandler IFolderHandler
fileHandler IFileHandler
Résultat System

GetDifferences() public méthode

public GetDifferences ( string path, string pattern ) : Dictionary>
path string
pattern string
Résultat Dictionary>

PrepareSynch() public méthode

public PrepareSynch ( string path, string pattern ) : bool
path string
pattern string
Résultat bool