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

Inheritance: WorkspaceViewModel
Afficher le fichier Open project: Slesa/Playground

Méthodes publiques

Méthode Description
AllUnitsViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System.Collections.ObjectModel

Méthodes protégées

Méthode Description
OnDispose ( ) : void

Private Methods

Méthode Description
CreateAllUnits ( ) : void
EditUnit ( ) : void
NewUnit ( ) : void
OnUnitChanged ( Unit unit ) : void
PrintUnits ( ) : void
RemoveUnit ( ) : void

Method Details

AllUnitsViewModel() public méthode

public AllUnitsViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System.Collections.ObjectModel
dbConversation IDbConversation
eventAggregator IEventAggregator
Résultat System.Collections.ObjectModel

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void