C# 클래스 Cindeck.ViewModels.UnitViewModel

상속: IViewModel, INotifyPropertyChanged
파일 보기 프로젝트 열기: noelex/Cindeck 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
IsIdolInUse ( OwnedIdol idol ) : bool
OnActivate ( ) : void
OnDeactivate ( ) : void
OnPropertyChanged ( string propertyName, object before, object after ) : void
RemoveIdolFromUnits ( OwnedIdol idol ) : void
UnitViewModel ( AppConfig config, MainViewModel mvm ) : Cindeck.Core

비공개 메소드들

메소드 설명
CanHighlight ( string target ) : bool
CanMoveToSlot ( string target ) : bool
CanResetSlot ( string target ) : bool
CopyIid ( ) : void
CopyIidFromSlot ( string slot ) : void
Delete ( ) : void
Highlight ( string target ) : void
MoveToSlot ( string target ) : void
ResetSlot ( string target ) : void
Save ( ) : void
SendToSlot ( string slot ) : void
SetGuestCenter ( ) : void
SetGuestCenterFromSlot ( string slot ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IsIdolInUse() 공개 메소드

public IsIdolInUse ( OwnedIdol idol ) : bool
idol Cindeck.Core.OwnedIdol
리턴 bool

OnActivate() 공개 메소드

public OnActivate ( ) : void
리턴 void

OnDeactivate() 공개 메소드

public OnDeactivate ( ) : void
리턴 void

OnPropertyChanged() 공개 메소드

public OnPropertyChanged ( string propertyName, object before, object after ) : void
propertyName string
before object
after object
리턴 void

RemoveIdolFromUnits() 공개 메소드

public RemoveIdolFromUnits ( OwnedIdol idol ) : void
idol Cindeck.Core.OwnedIdol
리턴 void

UnitViewModel() 공개 메소드

public UnitViewModel ( AppConfig config, MainViewModel mvm ) : Cindeck.Core
config Cindeck.Core.AppConfig
mvm MainViewModel
리턴 Cindeck.Core