C# Class Case.ViewCreator.form_Main

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: WeConnect/case-apps Class Usage Examples

Public Methods

Method Description
form_Main ( ExternalCommandData p_commandData ) : System

Constructor

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ButtonHelp_Click ( object sender, EventArgs e ) : void

Help Button

InitializeComponent ( ) : void

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

SelectDeselectAll ( bool bSelected ) : void

Function to Select-Deselect all elements in list

btnCancel_Click ( object sender, EventArgs e ) : void

Cancel Button

btnCreate_Click ( object sender, EventArgs e ) : void

Commit View Creations

checkBoxAll_CheckedChanged ( object sender, EventArgs e ) : void

Bind Select-Deselect function to check box

makeViews ( System.Windows.Forms.Document doc ) : bool

Main function to create all views

populateCheckListBox ( System.Windows.Forms.Document doc ) : void

Populate the checked list box with all views in current document

populateViewDiscipline ( ) : void

Populate the View Disciplines

populateViewType ( ) : void

Populate the View types

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

form_Main() public method

Constructor
public form_Main ( ExternalCommandData p_commandData ) : System
p_commandData ExternalCommandData
return System