C# Class ItemBuildControl.Model.ItemBuildControlViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: kienaiProject/ArtOfWords Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnPropertyChanged ( string name ) : void

Private Methods

Méthode 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 méthode

public GetFilteredCollection ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ItemBuildControl view ) : void
view ItemBuildControl
Résultat void

ItemBuildControlViewModel() public méthode

public ItemBuildControlViewModel ( ) : System
Résultat System

MoveCollection() public méthode

public MoveCollection ( int idx1, int idx2 ) : void
idx1 int
idx2 int
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string name ) : void
name string
Résultat void

Select() public méthode

public Select ( ItemModel model ) : void
model ModernizedAlice.ArtOfWords.BizCommon.Model.Item.ItemModel
Résultat void

Select() public méthode

public Select ( int index ) : void
index int
Résultat void