C# Class Delivery.WithCourierState

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

Protected Properties

Property Type Description
product_on_the_way ProductToBeDelivered

Public Methods

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

Method Details

Continue() public method

public Continue ( ) : void
return void

WithCourierState() public method

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

Property Details

product_on_the_way protected_oe property

protected ProductToBeDelivered,Delivery product_on_the_way
return ProductToBeDelivered