C# Class Epicor_Integration.Item_Master

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: virall/EpicorIntegration Class Usage Examples

Public Properties

Property Type Description
SerialMask string
SerialPrefix string
_Class string
_Description string
_Group string
_PartNumber string
_Planner string
_Type string
_Weight decimal

Public Methods

Method Description
Description_txt_Leave ( object sender, EventArgs e ) : void
Item_Master ( ) : System
Item_Master ( PartData Part ) : System
Item_Master ( string PartNumber, string Description, decimal Weight ) : System
Item_Master ( string PartNumber, string Description, decimal Weight, string Group, string Class, string Type, string Planner ) : System
Partnumber_txt_Leave ( object sender, EventArgs e ) : void
TS_Click ( object sender, EventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AllToUpper ( ) : void
InitializeComponent ( ) : void

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

Item_Master_Load ( object sender, EventArgs e ) : void
LoadData ( PartDataSet pdata ) : void
UpdateDataSet ( PartDataSet Pdata, DataViewRowState RowState ) : PartDataSet
UpdateFormSet ( string Pnum ) : void
addwhse_btn_Click ( object sender, EventArgs e ) : void
bflush_chk_CheckedChanged ( object sender, EventArgs e ) : void
cancelbtn_Click ( object sender, EventArgs e ) : void
copy_btn_Click ( object sender, EventArgs e ) : void
savebtn_Click ( object sender, EventArgs e ) : void
trackserial_CheckedChanged ( object sender, EventArgs e ) : void
type_cbo_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Description_txt_Leave() public method

public Description_txt_Leave ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
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

Item_Master() public method

public Item_Master ( ) : System
return System

Item_Master() public method

public Item_Master ( PartData Part ) : System
Part PartData
return System

Item_Master() public method

public Item_Master ( string PartNumber, string Description, decimal Weight ) : System
PartNumber string
Description string
Weight decimal
return System

Item_Master() public method

public Item_Master ( string PartNumber, string Description, decimal Weight, string Group, string Class, string Type, string Planner ) : System
PartNumber string
Description string
Weight decimal
Group string
Class string
Type string
Planner string
return System

Partnumber_txt_Leave() public method

public Partnumber_txt_Leave ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

TS_Click() public method

public TS_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

SerialMask public_oe property

public string SerialMask
return string

SerialPrefix public_oe property

public string SerialPrefix
return string

_Class public_oe property

public string _Class
return string

_Description public_oe property

public string _Description
return string

_Group public_oe property

public string _Group
return string

_PartNumber public_oe property

public string _PartNumber
return string

_Planner public_oe property

public string _Planner
return string

_Type public_oe property

public string _Type
return string

_Weight public_oe property

public decimal _Weight
return decimal