C# Class MegaMan.Engine.InventoryBinding

Inheritance: Binding
Datei anzeigen Open project: Tesserex/C--MegaMan-Engine

Public Methods

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

Private Methods

Method Description
Player_InventoryChanged ( string itemName, int quantity ) : void
Set ( int value ) : void

Method Details

InventoryBinding() public method

public InventoryBinding ( object target, PropertyInfo targetProperty, string sourceParts ) : System
target object
targetProperty System.Reflection.PropertyInfo
sourceParts string
return System

Start() public method

public Start ( IEntityPool container ) : void
container IEntityPool
return void

Stop() public method

public Stop ( ) : void
return void