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

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: kienaiProject/ArtOfWords Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetUniqueId ( ) : int
OnPropertyChanged ( string name ) : void

Private Methods

Méthode Description
OnIMarkableDeleted ( object sender, DeleteIMarkableModelEventArgs arg ) : void

Method Details

AddModel() public méthode

public AddModel ( TimelineEventModel model ) : void
model TimelineEventModel
Résultat void

FindModel() public méthode

public FindModel ( int id ) : TimelineEventModel
id int
Résultat TimelineEventModel

GetNewModel() public méthode

public GetNewModel ( ) : TimelineEventModel
Résultat TimelineEventModel

GetUniqueId() protected méthode

protected GetUniqueId ( ) : int
Résultat int

OnPropertyChanged() protected méthode

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

RemoveModel() public méthode

public RemoveModel ( TimelineEventModel model ) : void
model TimelineEventModel
Résultat void

RemoveParticipants() public méthode

public RemoveParticipants ( CharacterModel chara ) : void
chara ModernizedAlice.ArtOfWords.BizCommon.Model.Character.CharacterModel
Résultat void

TimelineEventModelManager() public méthode

public TimelineEventModelManager ( ) : System
Résultat System