C# Class ModernizedAlice.ArtOfWords.BizCommon.Model.Relation.CharacterStoryRelationModel

Inheritance: INotifyPropertyChanged
显示文件 Open project: kienaiProject/ArtOfWords Class Usage Examples

Private Properties

Property Type Description
chara_PropertyChanged void

Public Methods

Method Description
CharacterStoryRelationModel ( ) : System
CharacterStoryRelationModel ( int charaId, int storyId ) : System
DoActionAfterLoad ( ) : void

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

Private Methods

Method Description
chara_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

CharacterStoryRelationModel() public method

public CharacterStoryRelationModel ( ) : System
return System

CharacterStoryRelationModel() public method

public CharacterStoryRelationModel ( int charaId, int storyId ) : System
charaId int
storyId int
return System

DoActionAfterLoad() public method

public DoActionAfterLoad ( ) : void
return void

OnPropertyChanged() protected method

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