C# 클래스 NekoKun.FileManager

파일 보기 프로젝트 열기: NekoProject/NekoKun

공개 메소드들

메소드 설명
ApplyPendingChanges ( ) : void
Find ( string identify ) : AbstractFile
FindAll ( string Keyword ) : NekoKun.NavPoint[]
ForEach ( Action action ) : void
TryFind ( string identify, AbstractFile &file ) : bool

비공개 메소드들

메소드 설명
AddPendingChange ( AbstractFile file ) : void
Clean ( ) : void
FileManager ( ) : System
OnPendingChangesStatusChanged ( ) : void
Open ( AbstractFile file ) : void
RemovePendingChange ( AbstractFile file ) : void

메소드 상세

ApplyPendingChanges() 공개 정적인 메소드

public static ApplyPendingChanges ( ) : void
리턴 void

Find() 공개 정적인 메소드

public static Find ( string identify ) : AbstractFile
identify string
리턴 AbstractFile

FindAll() 공개 정적인 메소드

public static FindAll ( string Keyword ) : NekoKun.NavPoint[]
Keyword string
리턴 NekoKun.NavPoint[]

ForEach() 공개 정적인 메소드

public static ForEach ( Action action ) : void
action Action
리턴 void

TryFind() 공개 정적인 메소드

public static TryFind ( string identify, AbstractFile &file ) : bool
identify string
file AbstractFile
리턴 bool