C# 클래스 StatePattern.NoCash

상속: StatePattern.ATMState
파일 보기 프로젝트 열기: marwie/Design-Patterns-in-Unity-Example 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
atm ATMMachine

공개 메소드들

메소드 설명
EjectCard ( ) : void
InsertCard ( ) : void
InsertPin ( int pinEntered ) : void
NoCash ( ATMMachine atm ) : System.Collections
RequestCash ( int cash ) : void

메소드 상세

EjectCard() 공개 메소드

public EjectCard ( ) : void
리턴 void

InsertCard() 공개 메소드

public InsertCard ( ) : void
리턴 void

InsertPin() 공개 메소드

public InsertPin ( int pinEntered ) : void
pinEntered int
리턴 void

NoCash() 공개 메소드

public NoCash ( ATMMachine atm ) : System.Collections
atm ATMMachine
리턴 System.Collections

RequestCash() 공개 메소드

public RequestCash ( int cash ) : void
cash int
리턴 void

프로퍼티 상세

atm 보호되어 있는 프로퍼티

protected ATMMachine,StatePattern atm
리턴 ATMMachine