C# Class Delivery.DelieveredState

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

Protected Properties

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

Méthodes publiques

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

Method Details

Continue() public méthode

public Continue ( ) : void
Résultat void

DelieveredState() public méthode

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

Property Details

NextState protected_oe property

protected AbstractDeliveryState,Delivery NextState
Résultat AbstractDeliveryState

product_on_the_way protected_oe property

protected ProductToBeDelivered,Delivery product_on_the_way
Résultat ProductToBeDelivered