C# Class Delivery.AbstractDeliveryState

Abstract class
Mostrar archivo Open project: bytecode0101/uCRM Class Usage Examples

Protected Properties

Property Type Description
productToDeliver ProductToBeDelivered

Public Methods

Method Description
Continue ( ) : void

Method Details

Continue() public abstract method

public abstract Continue ( ) : void
return void

Property Details

productToDeliver protected_oe property

protected ProductToBeDelivered,Delivery productToDeliver
return ProductToBeDelivered