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

Inheritance: ModelManager, INotifyPropertyChanged
Mostrar archivo Open project: kienaiProject/ArtOfWords

Public Methods

Method Description
FindItemModel ( int id ) : ItemModel
GetNewModel ( ) : ItemModel
ItemModelManager ( ) : System

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

Private Methods

Method Description
EventAggregator_TagModelModifiedHandler ( object sender, Event arg ) : void

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

OnTagRemoved ( Event arg ) : void

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

Method Details

FindItemModel() public method

public FindItemModel ( int id ) : ItemModel
id int
return ItemModel

GetNewModel() public method

public GetNewModel ( ) : ItemModel
return ItemModel

ItemModelManager() public method

public ItemModelManager ( ) : System
return System

OnPropertyChanged() protected method

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