C# Class ModernizedAlice.ArtOfWords.BizCommon.Model.Item.ItemModelManager

Inheritance: ModelManager, INotifyPropertyChanged
Afficher le fichier Open project: kienaiProject/ArtOfWords

Méthodes publiques

Méthode Description
FindItemModel ( int id ) : ItemModel
GetNewModel ( ) : ItemModel
ItemModelManager ( ) : System

Méthodes protégées

Méthode Description
OnPropertyChanged ( string name ) : void

Private Methods

Méthode Description
EventAggregator_TagModelModifiedHandler ( object sender, Event arg ) : void

タグが変更されたときにイベントハンドラー

OnTagRemoved ( Event arg ) : void

タグが削除されたときの処理

Method Details

FindItemModel() public méthode

public FindItemModel ( int id ) : ItemModel
id int
Résultat ItemModel

GetNewModel() public méthode

public GetNewModel ( ) : ItemModel
Résultat ItemModel

ItemModelManager() public méthode

public ItemModelManager ( ) : System
Résultat System

OnPropertyChanged() protected méthode

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