C# Class csDataServerPlugin.BackupTabViewModel

Inheritance: Caliburn.Micro.Screen
Datei anzeigen Open project: TNOCS/csTouch

Public Properties

Property Type Description
IntervalOptions int[]

Public Methods

Method Description
CreateBackup ( ) : void
Refresh ( ) : void
Restore ( Backup b ) : void
SelectInterval ( FrameworkElement fe ) : void

Protected Methods

Method Description
OnViewLoaded ( object view ) : void

Private Methods

Method Description
GetIntervalText ( int minutes ) : string
GetMenu ( FrameworkElement fe ) : MenuPopupViewModel

Method Details

CreateBackup() public method

public CreateBackup ( ) : void
return void

OnViewLoaded() protected method

protected OnViewLoaded ( object view ) : void
view object
return void

Refresh() public method

public Refresh ( ) : void
return void

Restore() public method

public Restore ( Backup b ) : void
b Backup
return void

SelectInterval() public method

public SelectInterval ( FrameworkElement fe ) : void
fe System.Windows.FrameworkElement
return void

Property Details

IntervalOptions public_oe property

public int[] IntervalOptions
return int[]