C# Class MegaMan.Engine.InventoryBinding

Inheritance: Binding
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine

Méthodes publiques

Méthode Description
InventoryBinding ( object target, PropertyInfo targetProperty, string sourceParts ) : System
Start ( IEntityPool container ) : void
Stop ( ) : void

Private Methods

Méthode Description
Player_InventoryChanged ( string itemName, int quantity ) : void
Set ( int value ) : void

Method Details

InventoryBinding() public méthode

public InventoryBinding ( object target, PropertyInfo targetProperty, string sourceParts ) : System
target object
targetProperty System.Reflection.PropertyInfo
sourceParts string
Résultat System

Start() public méthode

public Start ( IEntityPool container ) : void
container IEntityPool
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void