C# Class FrameTrapped.ViewModels.MainMenuViewModel

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

Public Methods

Method 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 method

Publishes the append time line message.
public AppendTimeLine ( ) : void
return void

MainMenuViewModel() public method

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

OpenTimeLine() public method

Publishes the open time line message.
public OpenTimeLine ( ) : void
return void

SaveTimeLine() public method

Publishes the save time line message.
public SaveTimeLine ( ) : void
return void

ShowAboutDialog() public method

Shows the About dialog.
public ShowAboutDialog ( ) : void
return void