C# Class FloydPink.Flickr.Downloadr.Presentation.PreferencesPresenter

Inheritance: PresenterBase, IPreferencesPresenter
Afficher le fichier Open project: flickr-downloadr/flickr-downloadr

Méthodes publiques

Méthode Description
EmptyCacheDirectory ( string cacheLocation ) : void
GetCacheFolderSize ( string cacheLocation ) : string
PreferencesPresenter ( IPreferencesView view, IPreferencesLogic logic ) : System.IO
Save ( Preferences preferences ) : void

Private Methods

Méthode Description
GetBytesReadable ( long bytes ) : string

Method Details

EmptyCacheDirectory() public méthode

public EmptyCacheDirectory ( string cacheLocation ) : void
cacheLocation string
Résultat void

GetCacheFolderSize() public méthode

public GetCacheFolderSize ( string cacheLocation ) : string
cacheLocation string
Résultat string

PreferencesPresenter() public méthode

public PreferencesPresenter ( IPreferencesView view, IPreferencesLogic logic ) : System.IO
view IPreferencesView
logic IPreferencesLogic
Résultat System.IO

Save() public méthode

public Save ( Preferences preferences ) : void
preferences FloydPink.Flickr.Downloadr.Model.Preferences
Résultat void