C# Class FolderLib.LateWriteFileHandler

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

Méthodes publiques

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

GetTags() public méthode

public GetTags ( GetTagsOption option = GetTagsOption.RemoveEmptyTags ) : string>.Dictionary
option GetTagsOption
Résultat string>.Dictionary

LateWriteFileHandler() public méthode

public LateWriteFileHandler ( IFileHandler fileHandler ) : System
fileHandler IFileHandler
Résultat System

Rename() public méthode

public Rename ( string newName ) : void
newName string
Résultat void

SetTags() public méthode

public SetTags ( string>.Dictionary tags ) : void
tags string>.Dictionary
Résultat void

WriteFiles() public méthode

public WriteFiles ( int notToWrite ) : void
notToWrite int
Résultat void