C# Class Epicor_Integration.Operations_Minutes

ファイルを表示 Open project: virall/EpicorIntegration Class Usage Examples

Public Properties

Property Type Description
Band OperationsType
Bolt OperationsType
Heat OperationsType
Huck OperationsType
Rivet OperationsType
Springs OperationsType
Tec OperationsType
Zhooks OperationsType

Public Methods

Method Description
CalculateVals ( ) : void
Operations_Minutes ( ) : System
Operations_Minutes ( string _huck, string _tec, string _bolt, string _rivet, string _band, string _heat, string _spring, string _hooks ) : System
band_txt_TextChanged ( object sender, EventArgs e ) : void
bolt_txt_TextChanged ( object sender, EventArgs e ) : void
heat_txt_TextChanged ( object sender, EventArgs e ) : void
hucks_txt_TextChanged ( object sender, EventArgs e ) : void
springs_txt_TextChanged ( object sender, EventArgs e ) : void
tec_txt_TextChanged ( object sender, EventArgs e ) : void
zhooks_txt_TextChanged ( object sender, EventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CalculateAssemble ( ) : void
InitializeComponent ( ) : void

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

Operations_Minutes_Load ( object sender, EventArgs e ) : void
cancel_btn_Click ( object sender, EventArgs e ) : void
mult_txt_TextChanged ( object sender, EventArgs e ) : void
ok_btn_Click ( object sender, EventArgs e ) : void
operation_cbo_SelectedIndexChanged ( object sender, EventArgs e ) : void
rails_chk_CheckedChanged ( object sender, EventArgs e ) : void
rivet_txt_TextChanged ( object sender, EventArgs e ) : void
seconds_txt_TextChanged ( object sender, EventArgs e ) : void

Method Details

CalculateVals() public method

public CalculateVals ( ) : 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

Operations_Minutes() public method

public Operations_Minutes ( ) : System
return System

Operations_Minutes() public method

public Operations_Minutes ( string _huck, string _tec, string _bolt, string _rivet, string _band, string _heat, string _spring, string _hooks ) : System
_huck string
_tec string
_bolt string
_rivet string
_band string
_heat string
_spring string
_hooks string
return System

band_txt_TextChanged() public method

public band_txt_TextChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

bolt_txt_TextChanged() public method

public bolt_txt_TextChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

heat_txt_TextChanged() public method

public heat_txt_TextChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

hucks_txt_TextChanged() public method

public hucks_txt_TextChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

springs_txt_TextChanged() public method

public springs_txt_TextChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

tec_txt_TextChanged() public method

public tec_txt_TextChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

zhooks_txt_TextChanged() public method

public zhooks_txt_TextChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

Band public_oe property

public OperationsType,Epicor_Integration Band
return OperationsType

Bolt public_oe property

public OperationsType,Epicor_Integration Bolt
return OperationsType

Heat public_oe property

public OperationsType,Epicor_Integration Heat
return OperationsType

Huck public_oe property

public OperationsType,Epicor_Integration Huck
return OperationsType

Rivet public_oe property

public OperationsType,Epicor_Integration Rivet
return OperationsType

Springs public_oe property

public OperationsType,Epicor_Integration Springs
return OperationsType

Tec public_oe property

public OperationsType,Epicor_Integration Tec
return OperationsType

Zhooks public_oe property

public OperationsType,Epicor_Integration Zhooks
return OperationsType