C# Class Delivery.WithCourierState

Inheritance: AbstractDeliveryState
Afficher le fichier Open project: bytecode0101/uCRM Class Usage Examples

Protected Properties

Свойство Type Description
product_on_the_way ProductToBeDelivered

Méthodes publiques

Méthode Description
Continue ( ) : void
WithCourierState ( Product product ) : System

Method Details

Continue() public méthode

public Continue ( ) : void
Résultat void

WithCourierState() public méthode

public WithCourierState ( Product product ) : System
product StockManagement.Product
Résultat System

Property Details

product_on_the_way protected_oe property

protected ProductToBeDelivered,Delivery product_on_the_way
Résultat ProductToBeDelivered