C# 클래스 InterfaceLayer.ProductPanel

상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: larryslack/OrderingProject 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
btnDelete System.Windows.Forms.Button
comboProduct System.Windows.Forms.ComboBox
productListInternal List
txtDiscount System.Windows.Forms.TextBox
txtPrice System.Windows.Forms.TextBox
txtQuantity System.Windows.Forms.TextBox

보호된 프로퍼티들

프로퍼티 타입 설명
Addto System.Windows.Forms.Panel

공개 메소드들

메소드 설명
ProductPanel ( Panel add2, int locationy, List productlist ) : System
txtDiscount_Leave ( object sender, EventArgs e ) : void
txtDiscount_TextChanged ( object sender, EventArgs e ) : void
txtPrice_TextChanged ( object sender, EventArgs e ) : void
txtQuantity_TextChanged ( object sender, EventArgs e ) : void
updatePrice ( ) : void

메소드 상세

ProductPanel() 공개 메소드

public ProductPanel ( Panel add2, int locationy, List productlist ) : System
add2 System.Windows.Forms.Panel
locationy int
productlist List
리턴 System

txtDiscount_Leave() 공개 메소드

public txtDiscount_Leave ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

txtDiscount_TextChanged() 공개 메소드

public txtDiscount_TextChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

txtPrice_TextChanged() 공개 메소드

public txtPrice_TextChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

txtQuantity_TextChanged() 공개 메소드

public txtQuantity_TextChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

updatePrice() 공개 메소드

public updatePrice ( ) : void
리턴 void

프로퍼티 상세

Addto 보호되어 있는 프로퍼티

protected Panel,System.Windows.Forms Addto
리턴 System.Windows.Forms.Panel

btnDelete 공개적으로 프로퍼티

public Button,System.Windows.Forms btnDelete
리턴 System.Windows.Forms.Button

comboProduct 공개적으로 프로퍼티

public ComboBox,System.Windows.Forms comboProduct
리턴 System.Windows.Forms.ComboBox

productListInternal 공개적으로 프로퍼티

public List productListInternal
리턴 List

txtDiscount 공개적으로 프로퍼티

public TextBox,System.Windows.Forms txtDiscount
리턴 System.Windows.Forms.TextBox

txtPrice 공개적으로 프로퍼티

public TextBox,System.Windows.Forms txtPrice
리턴 System.Windows.Forms.TextBox

txtQuantity 공개적으로 프로퍼티

public TextBox,System.Windows.Forms txtQuantity
리턴 System.Windows.Forms.TextBox