C# Class ATMLCommonLibrary.controls.signal.SignalFunctionTypeControl

Inheritance: ATMLControl
Show file Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Property Type Description
errorProvider System.Windows.Forms.ErrorProvider

Public Methods

Method Description
SignalFunctionTypeControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ControlsToData ( ) : void
CreateXmlElementItem ( SignalModel model ) : void
DataToControls ( ) : void
InitializeComponent ( ) : void

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

IsPhysicalType ( string nameSpace, string localName, string propertyName ) : bool
LoadSignalModel ( SignalModel sm ) : bool
LoadSignalModel ( dbSignal dbsignal ) : bool
ProcessSignalFunctionType ( ) : void
ProcessXmlElement ( ) : void
SetColumnsWidths ( ) : void
awbDropListTree_SignalSelected ( object sender, XmlDocument tsfDocument ) : void
btnSelectIns_Click ( object sender, EventArgs e ) : void
edtIn_TextChanged ( object sender, EventArgs e ) : void
edtName_TextChanged ( object sender, EventArgs e ) : void
otherAttributes_CellContentClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
otherAttributes_Resize ( object sender, EventArgs e ) : void
signalAttributes_RowValidating ( object sender, System.Windows.Forms.DataGridViewCellCancelEventArgs e ) : void
signalComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

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

SignalFunctionTypeControl() public method

public SignalFunctionTypeControl ( ) : System
return System

Property Details

errorProvider protected property

protected System.Windows.Forms.ErrorProvider errorProvider
return System.Windows.Forms.ErrorProvider