C# Class ATMLCommonLibrary.controls.RepeatedItemControl

Exibir arquivo Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Property Type Description
edtBaseIndex awb.AWBTextBox
edtCount awb.AWBTextBox
edtIncrementBy awb.AWBTextBox
edtReplacementChar awb.AWBTextBox
label4 HelpLabel
label5 HelpLabel
label6 HelpLabel
label7 HelpLabel

Private Properties

Property Type Description
InitializeComponent void
RepeatedItemControl_Validating void

Public Methods

Method Description
RepeatedItemControl ( ) : System

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.

RepeatedItemControl_Validating ( object sender, CancelEventArgs e ) : void

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

RepeatedItemControl() public method

public RepeatedItemControl ( ) : System
return System

Property Details

edtBaseIndex protected_oe property

protected awb.AWBTextBox edtBaseIndex
return awb.AWBTextBox

edtCount protected_oe property

protected awb.AWBTextBox edtCount
return awb.AWBTextBox

edtIncrementBy protected_oe property

protected awb.AWBTextBox edtIncrementBy
return awb.AWBTextBox

edtReplacementChar protected_oe property

protected awb.AWBTextBox edtReplacementChar
return awb.AWBTextBox

label4 protected_oe property

protected HelpLabel,ATMLCommonLibrary.controls label4
return HelpLabel

label5 protected_oe property

protected HelpLabel,ATMLCommonLibrary.controls label5
return HelpLabel

label6 protected_oe property

protected HelpLabel,ATMLCommonLibrary.controls label6
return HelpLabel

label7 protected_oe property

protected HelpLabel,ATMLCommonLibrary.controls label7
return HelpLabel