C# Class EmotionalAppraisalWF.ViewModels.EmotionalStateVM

Show file Open project: GAIPS-INESC-ID/FAtiMA-Toolkit Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public AddEmotion ( EmotionDTO newEmotion ) : void
newEmotion EmotionalAppraisal.DTOs.EmotionDTO
return void

EmotionalStateVM() public method

public EmotionalStateVM ( BaseEAForm form ) : System.Collections.Generic
form BaseEAForm
return System.Collections.Generic

RemoveEmotions() public method

public RemoveEmotions ( IList emotionsToRemove ) : void
emotionsToRemove IList
return void

UpdateEmotion() public method

public UpdateEmotion ( EmotionDTO oldEmotion, EmotionDTO newEmotion ) : void
oldEmotion EmotionalAppraisal.DTOs.EmotionDTO
newEmotion EmotionalAppraisal.DTOs.EmotionDTO
return void