C# Class FrameTrapped.ViewModels.MainMenuViewModel

The main menu view model class.
Inheritance: Caliburn.Micro.PropertyChangedBase
Afficher le fichier Open project: jhogoforbroke/Frame-Trapped Class Usage Examples

Méthodes publiques

Méthode Description
AppendTimeLine ( ) : void

Publishes the append time line message.

MainMenuViewModel ( IWindowManager windowManager, IEventAggregator events ) : System

Intializes an instance of the MainMenuViewModel class.

OpenTimeLine ( ) : void

Publishes the open time line message.

SaveTimeLine ( ) : void

Publishes the save time line message.

ShowAboutDialog ( ) : void

Shows the About dialog.

Method Details

AppendTimeLine() public méthode

Publishes the append time line message.
public AppendTimeLine ( ) : void
Résultat void

MainMenuViewModel() public méthode

Intializes an instance of the MainMenuViewModel class.
public MainMenuViewModel ( IWindowManager windowManager, IEventAggregator events ) : System
windowManager IWindowManager The window manager.
events IEventAggregator The events aggregator.
Résultat System

OpenTimeLine() public méthode

Publishes the open time line message.
public OpenTimeLine ( ) : void
Résultat void

SaveTimeLine() public méthode

Publishes the save time line message.
public SaveTimeLine ( ) : void
Résultat void

ShowAboutDialog() public méthode

Shows the About dialog.
public ShowAboutDialog ( ) : void
Résultat void