C# Class StatePattern.HasPin

Inheritance: StatePattern.ATMState
Afficher le fichier Open project: marwie/Design-Patterns-in-Unity-Example Class Usage Examples

Protected Properties

Свойство Type Description
atm ATMMachine

Méthodes publiques

Méthode Description
EjectCard ( ) : void
HasPin ( ATMMachine atm ) : System.Collections
InsertCard ( ) : void
InsertPin ( int pinEntered ) : void
RequestCash ( int cash ) : void

Method Details

EjectCard() public méthode

public EjectCard ( ) : void
Résultat void

HasPin() public méthode

public HasPin ( ATMMachine atm ) : System.Collections
atm ATMMachine
Résultat System.Collections

InsertCard() public méthode

public InsertCard ( ) : void
Résultat void

InsertPin() public méthode

public InsertPin ( int pinEntered ) : void
pinEntered int
Résultat void

RequestCash() public méthode

public RequestCash ( int cash ) : void
cash int
Résultat void

Property Details

atm protected_oe property

protected ATMMachine,StatePattern atm
Résultat ATMMachine