C# Class Bombsquad.DynamicMedia.Implementations.Storage.FileSystemStorageBackend

Inheritance: IStorageBackend
Afficher le fichier Open project: bmbsqd/dynamic-media

Méthodes publiques

Méthode Description
FileSystemStorageBackend ( DirectoryInfo storageRoot, IFileInfoETagCalculator fileInfoETagCalculator ) : System.IO
TryGetStorageFile ( string path, IStorageFile &storageFile ) : bool

Private Methods

Méthode Description
TryFindPhysicalFile ( string path, FileInfo &sourceImagePath ) : bool

Method Details

FileSystemStorageBackend() public méthode

public FileSystemStorageBackend ( DirectoryInfo storageRoot, IFileInfoETagCalculator fileInfoETagCalculator ) : System.IO
storageRoot System.IO.DirectoryInfo
fileInfoETagCalculator IFileInfoETagCalculator
Résultat System.IO

TryGetStorageFile() public méthode

public TryGetStorageFile ( string path, IStorageFile &storageFile ) : bool
path string
storageFile IStorageFile
Résultat bool