C# Class Gurpenator.GurpenatorRow

Show file Open project: thejoshwolfe/Gurpenator Class Usage Examples

Public Properties

Property Type Description
purchasedProperty PurchasedProperty

Private Properties

Property Type Description
createEventHandler EventHandler
purchasedProperty_changed void

Public Methods

Method Description
GurpenatorRow ( PurchasedProperty purchasedProperty, GurpenatorTable table ) : System
createCostLabel ( ) : Control
createFiller ( ) : Control
createHeaderLabel ( ) : Label
createLabel ( ) : Label
createOutputLabel ( ) : Label
createSpendingControl ( ) : Control
dispose ( ) : void

Private Methods

Method Description
createEventHandler ( System.Action action ) : EventHandler
purchasedProperty_changed ( ) : void

Method Details

GurpenatorRow() public method

public GurpenatorRow ( PurchasedProperty purchasedProperty, GurpenatorTable table ) : System
purchasedProperty PurchasedProperty
table GurpenatorTable
return System

createCostLabel() public method

public createCostLabel ( ) : Control
return System.Windows.Forms.Control

createFiller() public static method

public static createFiller ( ) : Control
return System.Windows.Forms.Control

createHeaderLabel() public method

public createHeaderLabel ( ) : Label
return System.Windows.Forms.Label

createLabel() public static method

public static createLabel ( ) : Label
return System.Windows.Forms.Label

createOutputLabel() public method

public createOutputLabel ( ) : Label
return System.Windows.Forms.Label

createSpendingControl() public method

public createSpendingControl ( ) : Control
return System.Windows.Forms.Control

dispose() public method

public dispose ( ) : void
return void

Property Details

purchasedProperty public property

public PurchasedProperty,Gurpenator purchasedProperty
return PurchasedProperty