C# Класс EmotionalAppraisalWF.AddOrEditEmotionForm

Показать файл Открыть проект

Открытые методы

Метод Описание
AddOrEditEmotionForm ( EmotionalStateVM emotionalStateVM, EmotionDTO emotionToEdit = null ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
AddOrEditBeliefForm_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

addOrEditButton_Click ( object sender, EventArgs e ) : void
beliefNameTextBox_TextChanged ( object sender, EventArgs e ) : void
beliefValueTextBox_TextChanged ( object sender, EventArgs e ) : void
beliefVisibilityComboBox_SelectedIndexChanged_1 ( object sender, EventArgs e ) : void
comboBoxIntensity_SelectedIndexChanged ( object sender, EventArgs e ) : void
label1_Click ( object sender, EventArgs e ) : void
label2_Click_1 ( object sender, EventArgs e ) : void
label3_Click_1 ( object sender, EventArgs e ) : void

Описание методов

AddOrEditEmotionForm() публичный Метод

public AddOrEditEmotionForm ( EmotionalStateVM emotionalStateVM, EmotionDTO emotionToEdit = null ) : System
emotionalStateVM EmotionalStateVM
emotionToEdit EmotionDTO
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void