C# Class ListsManagement.ViewModels.SettingsViewModel

Inheritance: INotifyPropertyChanged
Show file Open project: rafek/SyncFx Class Usage Examples

Public Methods

Method Description
OnTimerFired ( object state ) : void
StartAutoSync ( ) : void
StopAutoSync ( ) : void

Private Methods

Method Description
CacheController_RefreshCompleted ( object sender, Microsoft e ) : void
ComputeDirectorySizes ( IsolatedStorageFile iso, string prefix, string dirs ) : long
ComputeFileSize ( IsolatedStorageFile iso, string prefix, string files ) : long
NotifyPropertyChanged ( String propertyName ) : void
ReadSettingsFile ( ) : void
SaveSettingsFile ( ) : void

Method Details

OnTimerFired() public method

public OnTimerFired ( object state ) : void
state object
return void

StartAutoSync() public method

public StartAutoSync ( ) : void
return void

StopAutoSync() public method

public StopAutoSync ( ) : void
return void