C# Class ItemBuildControl.Model.ItemBuildControlViewModel

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Methods

Method Description
GetFilteredCollection ( ) : void
Initialize ( ItemBuildControl view ) : void
ItemBuildControlViewModel ( ) : System
MoveCollection ( int idx1, int idx2 ) : void
Select ( ItemModel model ) : void
Select ( int index ) : void

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

Private Methods

Method Description
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

Method Details

GetFilteredCollection() public method

public GetFilteredCollection ( ) : void
return void

Initialize() public method

public Initialize ( ItemBuildControl view ) : void
view ItemBuildControl
return void

ItemBuildControlViewModel() public method

public ItemBuildControlViewModel ( ) : System
return System

MoveCollection() public method

public MoveCollection ( int idx1, int idx2 ) : void
idx1 int
idx2 int
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( string name ) : void
name string
return void

Select() public method

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

Select() public method

public Select ( int index ) : void
index int
return void