C# Класс EmotionalAppraisalWF.ViewModels.EmotionalStateVM

Показать файл Открыть проект Примеры использования класса

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