C# 클래스 EasyFarm.ViewModels.BattlesViewModel

상속: EasyFarm.ViewModels.ViewModelBase
파일 보기 프로젝트 열기: EasyFarm/EasyFarm

공개 메소드들

메소드 설명
BattlesViewModel ( ) : System.Collections.ObjectModel
KeepOne ( ) : void

Ensures a list has at least one ability item in it.

비공개 메소드들

메소드 설명
AddAction ( ) : void

Add an move to the currently selected list.

ClearActions ( ) : void

Clear the currently selected list.

DeleteAction ( ) : void

Remove an move from the currently selected list.

FindListContainingAbility ( BattleAbility ability ) : BattleList

Finds the list containing the given battle ability.

메소드 상세

BattlesViewModel() 공개 메소드

public BattlesViewModel ( ) : System.Collections.ObjectModel
리턴 System.Collections.ObjectModel

KeepOne() 공개 메소드

Ensures a list has at least one ability item in it.
public KeepOne ( ) : void
리턴 void