C# Class InterfaceLayer.KateDetailPanel

Inheritance: System.Windows.Forms.Panel
Show file Open project: larryslack/OrderingProject Class Usage Examples

Public Properties

Property Type Description
OD BaseLayer.OrderDetail

Public Methods

Method Description
KateDetailPanel ( Panel MotherPanel, int locationy, int OrderID, List productlist ) : System

Private Methods

Method Description
CalculateLineTotal ( ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
comboProduct_SelectedIndexChanged ( object sender, EventArgs e ) : void
txtDiscount_TextChanged ( object sender, EventArgs e ) : void
txtDiscount_Validating ( object sender, System e ) : void
txtPrice_TextChanged ( object sender, EventArgs e ) : void
txtPrice_Validating ( object sender, System e ) : void
txtQuantity_TextChanged ( object sender, EventArgs e ) : void
txtQuantity_Validating ( object sender, System e ) : void

Method Details

KateDetailPanel() public method

public KateDetailPanel ( Panel MotherPanel, int locationy, int OrderID, List productlist ) : System
MotherPanel System.Windows.Forms.Panel
locationy int
OrderID int
productlist List
return System

Property Details

OD public property

public OrderDetail,BaseLayer OD
return BaseLayer.OrderDetail