C# Class EmotionalAppraisalWF.ViewModels.EmotionalStateVM

Afficher le fichier Open project: GAIPS-INESC-ID/FAtiMA-Toolkit Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddEmotion ( EmotionDTO newEmotion ) : void
EmotionalStateVM ( BaseEAForm form ) : System.Collections.Generic
RemoveEmotions ( IList emotionsToRemove ) : void
UpdateEmotion ( EmotionDTO oldEmotion, EmotionDTO newEmotion ) : void

Method Details

AddEmotion() public méthode

public AddEmotion ( EmotionDTO newEmotion ) : void
newEmotion EmotionalAppraisal.DTOs.EmotionDTO
Résultat void

EmotionalStateVM() public méthode

public EmotionalStateVM ( BaseEAForm form ) : System.Collections.Generic
form BaseEAForm
Résultat System.Collections.Generic

RemoveEmotions() public méthode

public RemoveEmotions ( IList emotionsToRemove ) : void
emotionsToRemove IList
Résultat void

UpdateEmotion() public méthode

public UpdateEmotion ( EmotionDTO oldEmotion, EmotionDTO newEmotion ) : void
oldEmotion EmotionalAppraisal.DTOs.EmotionDTO
newEmotion EmotionalAppraisal.DTOs.EmotionDTO
Résultat void