C# 클래스 Delivery.WithCourierState

상속: AbstractDeliveryState
파일 보기 프로젝트 열기: bytecode0101/uCRM 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
product_on_the_way ProductToBeDelivered

공개 메소드들

메소드 설명
Continue ( ) : void
WithCourierState ( Product product ) : System

메소드 상세

Continue() 공개 메소드

public Continue ( ) : void
리턴 void

WithCourierState() 공개 메소드

public WithCourierState ( Product product ) : System
product StockManagement.Product
리턴 System

프로퍼티 상세

product_on_the_way 보호되어 있는 프로퍼티

protected ProductToBeDelivered,Delivery product_on_the_way
리턴 ProductToBeDelivered