C# 클래스 EmotionalAppraisalWF.ViewModels.EmotionalStateVM

파일 보기 프로젝트 열기: GAIPS-INESC-ID/FAtiMA-Toolkit 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddEmotion ( EmotionDTO newEmotion ) : void
EmotionalStateVM ( BaseEAForm form ) : System.Collections.Generic
RemoveEmotions ( IList emotionsToRemove ) : void
UpdateEmotion ( EmotionDTO oldEmotion, EmotionDTO newEmotion ) : void

메소드 상세

AddEmotion() 공개 메소드

public AddEmotion ( EmotionDTO newEmotion ) : void
newEmotion EmotionalAppraisal.DTOs.EmotionDTO
리턴 void

EmotionalStateVM() 공개 메소드

public EmotionalStateVM ( BaseEAForm form ) : System.Collections.Generic
form BaseEAForm
리턴 System.Collections.Generic

RemoveEmotions() 공개 메소드

public RemoveEmotions ( IList emotionsToRemove ) : void
emotionsToRemove IList
리턴 void

UpdateEmotion() 공개 메소드

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