C# Class Bottles.PackageFiles

Inheritance: IPackageFiles
Afficher le fichier Open project: DarthFubuMVC/bottles

Méthodes publiques

Méthode Description
ForFolder ( string folderName, Action onFound ) : void
GetFiles ( string folderName, string searchPattern, Stream>.Action onFileCallback ) : bool
RegisterFolder ( string folderName, string directory ) : void

Private Methods

Méthode Description
debuggerDisplay ( ) : string

Method Details

ForFolder() public méthode

public ForFolder ( string folderName, Action onFound ) : void
folderName string
onFound Action
Résultat void

GetFiles() public méthode

public GetFiles ( string folderName, string searchPattern, Stream>.Action onFileCallback ) : bool
folderName string
searchPattern string
onFileCallback Stream>.Action
Résultat bool

RegisterFolder() public méthode

public RegisterFolder ( string folderName, string directory ) : void
folderName string
directory string
Résultat void