C# 클래스 FolderLib.LateWriteFileHandler

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

공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetTags() 공개 메소드

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

LateWriteFileHandler() 공개 메소드

public LateWriteFileHandler ( IFileHandler fileHandler ) : System
fileHandler IFileHandler
리턴 System

Rename() 공개 메소드

public Rename ( string newName ) : void
newName string
리턴 void

SetTags() 공개 메소드

public SetTags ( string>.Dictionary tags ) : void
tags string>.Dictionary
리턴 void

WriteFiles() 공개 메소드

public WriteFiles ( int notToWrite ) : void
notToWrite int
리턴 void