C# Class NekoKun.FileManager

Afficher le fichier Open project: NekoProject/NekoKun

Méthodes publiques

Méthode Description
ApplyPendingChanges ( ) : void
Find ( string identify ) : AbstractFile
FindAll ( string Keyword ) : NekoKun.NavPoint[]
ForEach ( Action action ) : void
TryFind ( string identify, AbstractFile &file ) : bool

Private Methods

Méthode Description
AddPendingChange ( AbstractFile file ) : void
Clean ( ) : void
FileManager ( ) : System
OnPendingChangesStatusChanged ( ) : void
Open ( AbstractFile file ) : void
RemovePendingChange ( AbstractFile file ) : void

Method Details

ApplyPendingChanges() public static méthode

public static ApplyPendingChanges ( ) : void
Résultat void

Find() public static méthode

public static Find ( string identify ) : AbstractFile
identify string
Résultat AbstractFile

FindAll() public static méthode

public static FindAll ( string Keyword ) : NekoKun.NavPoint[]
Keyword string
Résultat NekoKun.NavPoint[]

ForEach() public static méthode

public static ForEach ( Action action ) : void
action Action
Résultat void

TryFind() public static méthode

public static TryFind ( string identify, AbstractFile &file ) : bool
identify string
file AbstractFile
Résultat bool