C# 클래스 ItemBuildControl.Model.ItemBuildControlViewModel

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: kienaiProject/ArtOfWords 1 사용 예제들

공개 메소드들

메소드 설명
GetFilteredCollection ( ) : void
Initialize ( ItemBuildControl view ) : void
ItemBuildControlViewModel ( ) : System
MoveCollection ( int idx1, int idx2 ) : void
Select ( ItemModel model ) : void
Select ( int index ) : void

보호된 메소드들

메소드 설명
OnPropertyChanged ( string name ) : void

비공개 메소드들

메소드 설명
AddIMarkableHandler ( object sender, ModernizedAlice arg ) : void
ChangeIsAppearedTag ( TagModel tag, bool isAppeared ) : void
DeleteIMarkableHandler ( object sender, DeleteIMarkableModelEventArgs e ) : void
EventAggregator_SelectObjectForceHandler ( object sender, SelectObjectForceEventArgs e ) : void
GenerateTagPanel ( ) : void
TagDeletableStackPanel_OnModelIsAppearedChangedEvent ( object sender, CommonControls e ) : void

메소드 상세

GetFilteredCollection() 공개 메소드

public GetFilteredCollection ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ItemBuildControl view ) : void
view ItemBuildControl
리턴 void

ItemBuildControlViewModel() 공개 메소드

public ItemBuildControlViewModel ( ) : System
리턴 System

MoveCollection() 공개 메소드

public MoveCollection ( int idx1, int idx2 ) : void
idx1 int
idx2 int
리턴 void

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string name ) : void
name string
리턴 void

Select() 공개 메소드

public Select ( ItemModel model ) : void
model ModernizedAlice.ArtOfWords.BizCommon.Model.Item.ItemModel
리턴 void

Select() 공개 메소드

public Select ( int index ) : void
index int
리턴 void