C# Class Delivery.DelieveredState

Inheritance: AbstractDeliveryState
Show file Open project: bytecode0101/uCRM Class Usage Examples

Protected Properties

Property Type Description
NextState AbstractDeliveryState
product_on_the_way ProductToBeDelivered

Public Methods

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

Method Details

Continue() public method

public Continue ( ) : void
return void

DelieveredState() public method

public DelieveredState ( 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,Delivery product_on_the_way
return ProductToBeDelivered