C# Class ModernizedAlice.ArtOfWords.BizCommon.Model.Character.CharacterManager

Inheritance: ModelManager, INotifyPropertyChanged
Mostra file Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Methods

Method Description
CharacterManager ( ) : System
FindCharacter ( int id ) : CharacterModel
GetNewModel ( ) : CharacterModel

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

CharacterManager() public method

public CharacterManager ( ) : System
return System

FindCharacter() public method

public FindCharacter ( int id ) : CharacterModel
id int
return CharacterModel

GetNewModel() public method

public GetNewModel ( ) : CharacterModel
return CharacterModel

OnPropertyChanged() protected method

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