C# Class Gurpenator.GurpenatorRow

Afficher le fichier Open project: thejoshwolfe/Gurpenator Class Usage Examples

Méthodes publiques

Свойство Type Description
purchasedProperty PurchasedProperty

Private Properties

Свойство Type Description
createEventHandler EventHandler
purchasedProperty_changed void

Méthodes publiques

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

Private Methods

Méthode Description
createEventHandler ( System.Action action ) : EventHandler
purchasedProperty_changed ( ) : void

Method Details

GurpenatorRow() public méthode

public GurpenatorRow ( PurchasedProperty purchasedProperty, GurpenatorTable table ) : System
purchasedProperty PurchasedProperty
table GurpenatorTable
Résultat System

createCostLabel() public méthode

public createCostLabel ( ) : Control
Résultat System.Windows.Forms.Control

createFiller() public static méthode

public static createFiller ( ) : Control
Résultat System.Windows.Forms.Control

createHeaderLabel() public méthode

public createHeaderLabel ( ) : Label
Résultat System.Windows.Forms.Label

createLabel() public static méthode

public static createLabel ( ) : Label
Résultat System.Windows.Forms.Label

createOutputLabel() public méthode

public createOutputLabel ( ) : Label
Résultat System.Windows.Forms.Label

createSpendingControl() public méthode

public createSpendingControl ( ) : Control
Résultat System.Windows.Forms.Control

dispose() public méthode

public dispose ( ) : void
Résultat void

Property Details

purchasedProperty public_oe property

public PurchasedProperty,Gurpenator purchasedProperty
Résultat PurchasedProperty