C# Class FolderLib.LateWriteFileHandler

Inheritance: IFileHandler
Mostra file Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetTags ( GetTagsOption option = GetTagsOption.RemoveEmptyTags ) : string>.Dictionary
LateWriteFileHandler ( IFileHandler fileHandler ) : System
Rename ( string newName ) : void
SetTags ( string>.Dictionary tags ) : void
WriteFiles ( int notToWrite ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetTags() public method

public GetTags ( GetTagsOption option = GetTagsOption.RemoveEmptyTags ) : string>.Dictionary
option GetTagsOption
return string>.Dictionary

LateWriteFileHandler() public method

public LateWriteFileHandler ( IFileHandler fileHandler ) : System
fileHandler IFileHandler
return System

Rename() public method

public Rename ( string newName ) : void
newName string
return void

SetTags() public method

public SetTags ( string>.Dictionary tags ) : void
tags string>.Dictionary
return void

WriteFiles() public method

public WriteFiles ( int notToWrite ) : void
notToWrite int
return void