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

Inheritance: WorkspaceViewModel
Exibir arquivo Open project: Slesa/Playground

Public Methods

Method Description
AllUnitTypesViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System.Collections.Generic

Protected Methods

Method Description
OnDispose ( ) : void

Private Methods

Method Description
CreateAllUnitTypes ( ) : void
EditUnitType ( ) : void
NewUnitType ( ) : void
OnUnitTypeChanged ( UnitType unitType ) : void
PrintUnitTypes ( ) : void
RemoveUnitType ( ) : void

Method Details

AllUnitTypesViewModel() public method

public AllUnitTypesViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System.Collections.Generic
dbConversation IDbConversation
eventAggregator IEventAggregator
return System.Collections.Generic

OnDispose() protected method

protected OnDispose ( ) : void
return void