C# Class GildedRose.ValueAddingItemUpdater

Inheritance: ItemUpdater
Afficher le fichier Open project: cuipengfei/Spikes

Méthodes publiques

Méthode Description
CanUpdate ( Item item ) : bool
IsValueAddingItem ( Item item ) : bool
Update ( Item item ) : void

Method Details

CanUpdate() public méthode

public CanUpdate ( Item item ) : bool
item Item
Résultat bool

IsValueAddingItem() public static méthode

public static IsValueAddingItem ( Item item ) : bool
item Item
Résultat bool

Update() public méthode

public Update ( Item item ) : void
item Item
Résultat void