C# 클래스 ChainOfResponsibility.NewVehicle

파일 보기 프로젝트 열기: akshayblevel/ChainOfResponsibility-Design-Pattern 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
process NewVehicle

공개 메소드들

메소드 설명
Proceed ( string request ) : void
SetProcess ( NewVehicle process ) : void

메소드 상세

Proceed() 공개 추상적인 메소드

public abstract Proceed ( string request ) : void
request string
리턴 void

SetProcess() 공개 메소드

public SetProcess ( NewVehicle process ) : void
process NewVehicle
리턴 void

프로퍼티 상세

process 보호되어 있는 프로퍼티

protected NewVehicle,ChainOfResponsibility process
리턴 NewVehicle