C# Class Epicor_Integration.Warehouse_Master

Inheritance: System.Windows.Forms.Form
显示文件 Open project: virall/EpicorIntegration Class Usage Examples

Public Properties

Property Type Description
Whse_DS System.Data.DataSet

Public Methods

Method Description
Warehouse_Master ( ) : System
Warehouse_Master ( string PartNumber, string Plant ) : System

Protected Methods

Method Description
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.

Warehouse_Master_Load ( object sender, EventArgs e ) : void
add_btn_Click ( object sender, EventArgs e ) : void
done_btn_Click ( object sender, EventArgs e ) : void
rem_btn_Click ( 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

Warehouse_Master() public method

public Warehouse_Master ( ) : System
return System

Warehouse_Master() public method

public Warehouse_Master ( string PartNumber, string Plant ) : System
PartNumber string
Plant string
return System

Property Details

Whse_DS public_oe property

public DataSet,System.Data Whse_DS
return System.Data.DataSet