C# Class ModernizedAlice.ArtOfWords.BizCommon.Model.TimelineEvent.TimelineEventModelManager

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Methods

Method Description
AddModel ( TimelineEventModel model ) : void
FindModel ( int id ) : TimelineEventModel
GetNewModel ( ) : TimelineEventModel
RemoveModel ( TimelineEventModel model ) : void
RemoveParticipants ( CharacterModel chara ) : void
TimelineEventModelManager ( ) : System

Protected Methods

Method Description
GetUniqueId ( ) : int
OnPropertyChanged ( string name ) : void

Private Methods

Method Description
OnIMarkableDeleted ( object sender, DeleteIMarkableModelEventArgs arg ) : void

Method Details

AddModel() public method

public AddModel ( TimelineEventModel model ) : void
model TimelineEventModel
return void

FindModel() public method

public FindModel ( int id ) : TimelineEventModel
id int
return TimelineEventModel

GetNewModel() public method

public GetNewModel ( ) : TimelineEventModel
return TimelineEventModel

GetUniqueId() protected method

protected GetUniqueId ( ) : int
return int

OnPropertyChanged() protected method

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

RemoveModel() public method

public RemoveModel ( TimelineEventModel model ) : void
model TimelineEventModel
return void

RemoveParticipants() public method

public RemoveParticipants ( CharacterModel chara ) : void
chara ModernizedAlice.ArtOfWords.BizCommon.Model.Character.CharacterModel
return void

TimelineEventModelManager() public method

public TimelineEventModelManager ( ) : System
return System