C# Class FrameTrapped.StreetFighterLibrary.ViewModels.StreetFighterLibraryViewModel

Inheritance: Caliburn.Micro.PropertyChangedBase
Show file Open project: jhogoforbroke/Frame-Trapped Class Usage Examples

Public Methods

Method Description
AddCommandToTimeline ( MoveViewModel moveViewModel ) : void

Add command to time line.

StreetFighterLibraryViewModel ( IEventAggregator events ) : System.Collections.ObjectModel

Method Details

AddCommandToTimeline() public method

Add command to time line.
public AddCommandToTimeline ( MoveViewModel moveViewModel ) : void
moveViewModel MoveViewModel The move view model containing the moves.
return void

StreetFighterLibraryViewModel() public method

public StreetFighterLibraryViewModel ( IEventAggregator events ) : System.Collections.ObjectModel
events IEventAggregator
return System.Collections.ObjectModel