C# Class ATMLCommonLibrary.controls.equipment.TestEquipmentControl

Show file Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Property Type Description
capabilitiesControl1 ATMLCommonLibrary.controls.capability.CapabilitiesControl
controllerListControl1 ATMLCommonLibrary.controls.controller.ControllerListControl
facilitiesRequirementsControl1 hardware.FacilitiesRequirementsControl
pathListControl1 path.PathListControl
resourceListControl1 resource.ResourceListControl
softwareItemListControl lists.ItemDescriptionListControl
specificationsControl1 ATMLCommonLibrary.controls.specification.SpecificationsControl
switchingListControl1 lists.SwitchingListControl
tabCapabilities System.Windows.Forms.TabPage
tabControllers System.Windows.Forms.TabPage
tabFacilities System.Windows.Forms.TabPage
tabPaths System.Windows.Forms.TabPage
tabResources System.Windows.Forms.TabPage
tabSoftware System.Windows.Forms.TabPage
tabSpecifications System.Windows.Forms.TabPage
tabSwitching System.Windows.Forms.TabPage
tabTerminalBlocks System.Windows.Forms.TabPage
terminalBlockListControl1 TerminalBlockListControl

Private Properties

Property Type Description
InitializeComponent void

Public Methods

Method Description
TestEquipmentControl ( ) : System.ComponentModel
TestEquipmentControl_Validating ( object sender, CancelEventArgs e ) : void

Protected Methods

Method Description
ControlsToData ( ) : void
DataToControls ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

ControlsToData() protected method

protected ControlsToData ( ) : void
return void

DataToControls() protected method

protected DataToControls ( ) : void
return void

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

TestEquipmentControl() public method

public TestEquipmentControl ( ) : System.ComponentModel
return System.ComponentModel

TestEquipmentControl_Validating() public method

public TestEquipmentControl_Validating ( object sender, CancelEventArgs e ) : void
sender object
e CancelEventArgs
return void

Property Details

capabilitiesControl1 protected property

protected ATMLCommonLibrary.controls.capability.CapabilitiesControl capabilitiesControl1
return ATMLCommonLibrary.controls.capability.CapabilitiesControl

controllerListControl1 protected property

protected ControllerListControl,ATMLCommonLibrary.controls.controller controllerListControl1
return ATMLCommonLibrary.controls.controller.ControllerListControl

facilitiesRequirementsControl1 protected property

protected hardware.FacilitiesRequirementsControl facilitiesRequirementsControl1
return hardware.FacilitiesRequirementsControl

pathListControl1 protected property

protected path.PathListControl pathListControl1
return path.PathListControl

resourceListControl1 protected property

protected resource.ResourceListControl resourceListControl1
return resource.ResourceListControl

softwareItemListControl protected property

protected lists.ItemDescriptionListControl softwareItemListControl
return lists.ItemDescriptionListControl

specificationsControl1 protected property

protected SpecificationsControl,ATMLCommonLibrary.controls.specification specificationsControl1
return ATMLCommonLibrary.controls.specification.SpecificationsControl

switchingListControl1 protected property

protected lists.SwitchingListControl switchingListControl1
return lists.SwitchingListControl

tabCapabilities protected property

protected System.Windows.Forms.TabPage tabCapabilities
return System.Windows.Forms.TabPage

tabControllers protected property

protected System.Windows.Forms.TabPage tabControllers
return System.Windows.Forms.TabPage

tabFacilities protected property

protected System.Windows.Forms.TabPage tabFacilities
return System.Windows.Forms.TabPage

tabPaths protected property

protected System.Windows.Forms.TabPage tabPaths
return System.Windows.Forms.TabPage

tabResources protected property

protected System.Windows.Forms.TabPage tabResources
return System.Windows.Forms.TabPage

tabSoftware protected property

protected System.Windows.Forms.TabPage tabSoftware
return System.Windows.Forms.TabPage

tabSpecifications protected property

protected System.Windows.Forms.TabPage tabSpecifications
return System.Windows.Forms.TabPage

tabSwitching protected property

protected System.Windows.Forms.TabPage tabSwitching
return System.Windows.Forms.TabPage

tabTerminalBlocks protected property

protected System.Windows.Forms.TabPage tabTerminalBlocks
return System.Windows.Forms.TabPage

terminalBlockListControl1 protected property

protected TerminalBlockListControl terminalBlockListControl1
return TerminalBlockListControl