C# Class Delivery.InTranzitState

Inheritance: AbstractDeliveryState
Afficher le fichier Open project: bytecode0101/uCRM

Protected Properties

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

Méthodes publiques

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

Method Details

Continue() public méthode

public Continue ( ) : void
Résultat void

InTranzitState() public méthode

public InTranzitState ( 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 product_on_the_way
Résultat ProductToBeDelivered