C# Class Solvberget.Domain.Utils.StorageHelper

ファイルを表示 Open project: digbib/Solvberget Class Usage Examples

Public Methods

Method Description
GetLocalImageFileCacheUrl ( string id, bool isThumb ) : string
StorageHelper ( string pathToImageCache ) : System.IO

Method Details

GetLocalImageFileCacheUrl() public method

public GetLocalImageFileCacheUrl ( string id, bool isThumb ) : string
id string
isThumb bool
return string

StorageHelper() public method

public StorageHelper ( string pathToImageCache ) : System.IO
pathToImageCache string
return System.IO