C# 클래스 Gurpenator.GurpenatorRow

파일 보기 프로젝트 열기: thejoshwolfe/Gurpenator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
purchasedProperty PurchasedProperty

Private Properties

프로퍼티 타입 설명
createEventHandler EventHandler
purchasedProperty_changed void

공개 메소드들

메소드 설명
GurpenatorRow ( PurchasedProperty purchasedProperty, GurpenatorTable table ) : System
createCostLabel ( ) : Control
createFiller ( ) : Control
createHeaderLabel ( ) : Label
createLabel ( ) : Label
createOutputLabel ( ) : Label
createSpendingControl ( ) : Control
dispose ( ) : void

비공개 메소드들

메소드 설명
createEventHandler ( System.Action action ) : EventHandler
purchasedProperty_changed ( ) : void

메소드 상세

GurpenatorRow() 공개 메소드

public GurpenatorRow ( PurchasedProperty purchasedProperty, GurpenatorTable table ) : System
purchasedProperty PurchasedProperty
table GurpenatorTable
리턴 System

createCostLabel() 공개 메소드

public createCostLabel ( ) : Control
리턴 System.Windows.Forms.Control

createFiller() 공개 정적인 메소드

public static createFiller ( ) : Control
리턴 System.Windows.Forms.Control

createHeaderLabel() 공개 메소드

public createHeaderLabel ( ) : Label
리턴 System.Windows.Forms.Label

createLabel() 공개 정적인 메소드

public static createLabel ( ) : Label
리턴 System.Windows.Forms.Label

createOutputLabel() 공개 메소드

public createOutputLabel ( ) : Label
리턴 System.Windows.Forms.Label

createSpendingControl() 공개 메소드

public createSpendingControl ( ) : Control
리턴 System.Windows.Forms.Control

dispose() 공개 메소드

public dispose ( ) : void
리턴 void

프로퍼티 상세

purchasedProperty 공개적으로 프로퍼티

public PurchasedProperty,Gurpenator purchasedProperty
리턴 PurchasedProperty