C# Class Delivery.InTranzitState

Inheritance: AbstractDeliveryState
Show file Open project: bytecode0101/uCRM

Protected Properties

Property Type Description
nextState AbstractDeliveryState
product_on_the_way ProductToBeDelivered

Public Methods

Method Description
Continue ( ) : void
InTranzitState ( Product product ) : System

Method Details

Continue() public method

public Continue ( ) : void
return void

InTranzitState() public method

public InTranzitState ( Product product ) : System
product StockManagement.Product
return System

Property Details

nextState protected property

protected AbstractDeliveryState,Delivery nextState
return AbstractDeliveryState

product_on_the_way protected property

protected ProductToBeDelivered product_on_the_way
return ProductToBeDelivered