SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Protected Member Functions | Events | Private Member Functions | Private Attributes | List of all members
SeciControls.MessagesControl Class Reference
Inheritance diagram for SeciControls.MessagesControl:
Inheritance graph
Collaboration diagram for SeciControls.MessagesControl:
Collaboration graph

Public Member Functions

void AddMessages (Seci.SerialisableList< Seci.Standard.MessageInfo > messages)
 
void ClearMessages ()
 
 MessagesControl ()
 
delegate void QuestionHandler ()
 
void RemoveAllErrorMessages ()
 
void ShowSelectedMessage ()
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Events

QuestionHandler OnQuestionAnswered
 
QuestionHandler OnQuestionAsked
 

Private Member Functions

void dgv1_CellDoubleClick (object sender, DataGridViewCellEventArgs e)
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 
void MessagesControl_Load (object sender, EventArgs e)
 

Private Attributes

System.Windows.Forms.DataGridViewTextBoxColumn colCount
 
System.Windows.Forms.DataGridViewTextBoxColumn colDate
 
System.Windows.Forms.DataGridViewCheckBoxColumn colIsQuestion
 
System.Windows.Forms.DataGridViewTextBoxColumn colMessage
 
System.Windows.Forms.DataGridViewTextBoxColumn colMessageType
 
System.Windows.Forms.DataGridViewTextBoxColumn colNo
 
System.Windows.Forms.DataGridViewTextBoxColumn colSource
 
System.Windows.Forms.DataGridViewTextBoxColumn colTime
 
System.Windows.Forms.DataGridViewTextBoxColumn colYes
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.DataGridView dgv1
 

Detailed Description

Definition at line 12 of file MessagesControl.cs.

Constructor & Destructor Documentation

SeciControls.MessagesControl.MessagesControl ( )
inline

Definition at line 21 of file MessagesControl.cs.

References SeciControls.MessagesControl.InitializeComponent().

Here is the call graph for this function:

Member Function Documentation

void SeciControls.MessagesControl.AddMessages ( Seci.SerialisableList< Seci.Standard.MessageInfo messages)
inline

Definition at line 55 of file MessagesControl.cs.

void SeciControls.MessagesControl.ClearMessages ( )
inline

Definition at line 35 of file MessagesControl.cs.

void SeciControls.MessagesControl.dgv1_CellDoubleClick ( object  sender,
DataGridViewCellEventArgs  e 
)
inlineprivate
override void SeciControls.MessagesControl.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 14 of file MessagesControl.Designer.cs.

References SeciControls.MessagesControl.components.

void SeciControls.MessagesControl.InitializeComponent ( )
inlineprivate

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

Definition at line 29 of file MessagesControl.Designer.cs.

References SeciControls.MessagesControl.dgv1.

Referenced by SeciControls.MessagesControl.MessagesControl().

void SeciControls.MessagesControl.MessagesControl_Load ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 26 of file MessagesControl.cs.

References SeciControls.MessagesControl.dgv1.

delegate void SeciControls.MessagesControl.QuestionHandler ( )
void SeciControls.MessagesControl.RemoveAllErrorMessages ( )
inline

Definition at line 40 of file MessagesControl.cs.

References SeciControls.MessagesControl.dgv1.

void SeciControls.MessagesControl.ShowSelectedMessage ( )
inline

Definition at line 90 of file MessagesControl.cs.

References SeciControls.MessagesControl.dgv1, and SeciControls.MessagesControl.dgv1_CellDoubleClick().

Here is the call graph for this function:

Member Data Documentation

System.Windows.Forms.DataGridViewTextBoxColumn SeciControls.MessagesControl.colCount
private

Definition at line 166 of file MessagesControl.Designer.cs.

System.Windows.Forms.DataGridViewTextBoxColumn SeciControls.MessagesControl.colDate
private

Definition at line 164 of file MessagesControl.Designer.cs.

System.Windows.Forms.DataGridViewCheckBoxColumn SeciControls.MessagesControl.colIsQuestion
private

Definition at line 162 of file MessagesControl.Designer.cs.

System.Windows.Forms.DataGridViewTextBoxColumn SeciControls.MessagesControl.colMessage
private

Definition at line 168 of file MessagesControl.Designer.cs.

System.Windows.Forms.DataGridViewTextBoxColumn SeciControls.MessagesControl.colMessageType
private

Definition at line 163 of file MessagesControl.Designer.cs.

System.Windows.Forms.DataGridViewTextBoxColumn SeciControls.MessagesControl.colNo
private

Definition at line 170 of file MessagesControl.Designer.cs.

System.Windows.Forms.DataGridViewTextBoxColumn SeciControls.MessagesControl.colSource
private

Definition at line 167 of file MessagesControl.Designer.cs.

System.Windows.Forms.DataGridViewTextBoxColumn SeciControls.MessagesControl.colTime
private

Definition at line 165 of file MessagesControl.Designer.cs.

System.Windows.Forms.DataGridViewTextBoxColumn SeciControls.MessagesControl.colYes
private

Definition at line 169 of file MessagesControl.Designer.cs.

System.ComponentModel.IContainer SeciControls.MessagesControl.components = null
private

Required designer variable.

Definition at line 8 of file MessagesControl.Designer.cs.

Referenced by SeciControls.MessagesControl.Dispose().

System.Windows.Forms.DataGridView SeciControls.MessagesControl.dgv1
private

Event Documentation

QuestionHandler SeciControls.MessagesControl.OnQuestionAnswered
QuestionHandler SeciControls.MessagesControl.OnQuestionAsked

The documentation for this class was generated from the following files: