C# 클래스 withSIX.Play.Applications.ViewModels.Games.Overlays.PickCollectionViewModel

상속: OverlayViewModelBase
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
Cancel ( ) : void
LoadItems ( IEnumerable items ) : void
PickCollectionViewModel ( IMediator mediator ) : System
SelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs args ) : void
SetContent ( IMod content ) : void
SetCurrent ( PickCollectionDataModel item ) : void

비공개 메소드들

메소드 설명
GetTypeString ( IContent content ) : string
OnFilter ( object obj ) : bool
Process ( ) : System.Threading.Tasks.Task

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

LoadItems() 공개 메소드

public LoadItems ( IEnumerable items ) : void
items IEnumerable
리턴 void

PickCollectionViewModel() 공개 메소드

public PickCollectionViewModel ( IMediator mediator ) : System
mediator IMediator
리턴 System

SelectionChanged() 공개 메소드

public SelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs args ) : void
args System.Windows.Controls.SelectionChangedEventArgs
리턴 void

SetContent() 공개 메소드

public SetContent ( IMod content ) : void
content IMod
리턴 void

SetCurrent() 공개 메소드

public SetCurrent ( PickCollectionDataModel item ) : void
item PickCollectionDataModel
리턴 void