C# 클래스 Delivery.AbstractDeliveryState

Abstract class
파일 보기 프로젝트 열기: bytecode0101/uCRM 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
productToDeliver ProductToBeDelivered

공개 메소드들

메소드 설명
Continue ( ) : void

메소드 상세

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

public abstract Continue ( ) : void
리턴 void

프로퍼티 상세

productToDeliver 보호되어 있는 프로퍼티

protected ProductToBeDelivered,Delivery productToDeliver
리턴 ProductToBeDelivered