C# Класс Bombsquad.DynamicMedia.Implementations.Storage.FileSystemStorageBackend

Наследование: IStorageBackend
Показать файл Открыть проект

Открытые методы

Метод Описание
FileSystemStorageBackend ( DirectoryInfo storageRoot, IFileInfoETagCalculator fileInfoETagCalculator ) : System.IO
TryGetStorageFile ( string path, IStorageFile &storageFile ) : bool

Приватные методы

Метод Описание
TryFindPhysicalFile ( string path, FileInfo &sourceImagePath ) : bool

Описание методов

FileSystemStorageBackend() публичный Метод

public FileSystemStorageBackend ( DirectoryInfo storageRoot, IFileInfoETagCalculator fileInfoETagCalculator ) : System.IO
storageRoot System.IO.DirectoryInfo
fileInfoETagCalculator IFileInfoETagCalculator
Результат System.IO

TryGetStorageFile() публичный Метод

public TryGetStorageFile ( string path, IStorageFile &storageFile ) : bool
path string
storageFile IStorageFile
Результат bool