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

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

Méthodes publiques

Méthode Description
AllUnitTypesViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System.Collections.Generic

Méthodes protégées

Méthode Description
OnDispose ( ) : void

Private Methods

Méthode Description
CreateAllUnitTypes ( ) : void
EditUnitType ( ) : void
NewUnitType ( ) : void
OnUnitTypeChanged ( UnitType unitType ) : void
PrintUnitTypes ( ) : void
RemoveUnitType ( ) : void

Method Details

AllUnitTypesViewModel() public méthode

public AllUnitTypesViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System.Collections.Generic
dbConversation IDbConversation
eventAggregator IEventAggregator
Résultat System.Collections.Generic

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void