C# Class Godot.IcsEditor.Ui.ViewModel.AllUnitsViewModel

Inheritance: WorkspaceViewModel
Show file Open project: Slesa/Playground

Public Methods

Method Description
AllUnitsViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System.Collections.ObjectModel

Protected Methods

Method Description
OnDispose ( ) : void

Private Methods

Method Description
CreateAllUnits ( ) : void
EditUnit ( ) : void
NewUnit ( ) : void
OnUnitChanged ( Unit unit ) : void
PrintUnits ( ) : void
RemoveUnit ( ) : void

Method Details

AllUnitsViewModel() public method

public AllUnitsViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System.Collections.ObjectModel
dbConversation IDbConversation
eventAggregator IEventAggregator
return System.Collections.ObjectModel

OnDispose() protected method

protected OnDispose ( ) : void
return void