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

Public Member Functions

 EditUsers ()
 

Public Attributes

string[,] newUsers = null
 
string[,] oldUsers = null
 

Protected Member Functions

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

Private Member Functions

void btnAdd_Click (object sender, EventArgs e)
 
void btnCancel_Click (object sender, EventArgs e)
 
void btnDelete_Click (object sender, EventArgs e)
 
void btnOK_Click (object sender, EventArgs e)
 
Boolean checkTable ()
 
void EnterUser_Load (object sender, EventArgs e)
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 

Private Attributes

DataSet _data = new DataSet()
 
System.Windows.Forms.Button btnAdd
 
System.Windows.Forms.Button btnCancel
 
System.Windows.Forms.Button btnDelete
 
System.Windows.Forms.Button btnOK
 
System.Windows.Forms.DataGridViewTextBoxColumn colInstitute
 
System.Windows.Forms.DataGridViewTextBoxColumn colName
 
System.Windows.Forms.DataGridViewComboBoxColumn colRole
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.DataGridView dgv1
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.ToolTip toolTip1
 

Detailed Description

Definition at line 12 of file EditUsers.cs.

Constructor & Destructor Documentation

SeciControls.EditUsers.EditUsers ( )
inline

Definition at line 18 of file EditUsers.cs.

References SeciControls.EditUsers.InitializeComponent().

Here is the call graph for this function:

Member Function Documentation

void SeciControls.EditUsers.btnAdd_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 106 of file EditUsers.cs.

void SeciControls.EditUsers.btnCancel_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 100 of file EditUsers.cs.

void SeciControls.EditUsers.btnDelete_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 111 of file EditUsers.cs.

References SeciControls.EditUsers.dgv1.

void SeciControls.EditUsers.btnOK_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 55 of file EditUsers.cs.

References SeciControls.EditUsers.checkTable(), SeciControls.EditUsers.dgv1, and SeciControls.EditUsers.newUsers.

Here is the call graph for this function:

Boolean SeciControls.EditUsers.checkTable ( )
inlineprivate

Definition at line 72 of file EditUsers.cs.

References SeciControls.EditUsers.dgv1.

Referenced by SeciControls.EditUsers.btnOK_Click().

override void SeciControls.EditUsers.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 EditUsers.Designer.cs.

References SeciControls.EditUsers.components.

void SeciControls.EditUsers.EnterUser_Load ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 23 of file EditUsers.cs.

References SeciControls.EditUsers.oldUsers.

void SeciControls.EditUsers.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 EditUsers.Designer.cs.

References SeciControls.EditUsers.dgv1.

Referenced by SeciControls.EditUsers.EditUsers().

Member Data Documentation

DataSet SeciControls.EditUsers._data = new DataSet()
private

Definition at line 14 of file EditUsers.cs.

System.Windows.Forms.Button SeciControls.EditUsers.btnAdd
private

Definition at line 182 of file EditUsers.Designer.cs.

System.Windows.Forms.Button SeciControls.EditUsers.btnCancel
private

Definition at line 175 of file EditUsers.Designer.cs.

System.Windows.Forms.Button SeciControls.EditUsers.btnDelete
private

Definition at line 183 of file EditUsers.Designer.cs.

System.Windows.Forms.Button SeciControls.EditUsers.btnOK
private

Definition at line 174 of file EditUsers.Designer.cs.

System.Windows.Forms.DataGridViewTextBoxColumn SeciControls.EditUsers.colInstitute
private

Definition at line 179 of file EditUsers.Designer.cs.

System.Windows.Forms.DataGridViewTextBoxColumn SeciControls.EditUsers.colName
private

Definition at line 178 of file EditUsers.Designer.cs.

System.Windows.Forms.DataGridViewComboBoxColumn SeciControls.EditUsers.colRole
private

Definition at line 180 of file EditUsers.Designer.cs.

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

Required designer variable.

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

Referenced by SeciControls.EditUsers.Dispose().

System.Windows.Forms.DataGridView SeciControls.EditUsers.dgv1
private
System.Windows.Forms.Label SeciControls.EditUsers.label1
private

Definition at line 181 of file EditUsers.Designer.cs.

string [,] SeciControls.EditUsers.newUsers = null

Definition at line 16 of file EditUsers.cs.

Referenced by SeciControls.EditUsers.btnOK_Click().

string [,] SeciControls.EditUsers.oldUsers = null

Definition at line 15 of file EditUsers.cs.

Referenced by SeciControls.EditUsers.EnterUser_Load().

System.Windows.Forms.ToolTip SeciControls.EditUsers.toolTip1
private

Definition at line 176 of file EditUsers.Designer.cs.


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