C# Class EA.Iws.Domain.NotificationApplication.Shipment.ShipmentInfo

Inheritance: System.Entity
Afficher le fichier Open project: EnvironmentAgency/prsd-iws

Méthodes publiques

Méthode Description
ShipmentInfo ( System.Guid notificationId, ShipmentPeriod shipmentPeriod, int numberOfShipments, ShipmentQuantity shipmentQuantity ) : System
UpdateNumberOfShipments ( int numberOfShipments ) : void
UpdateQuantity ( ShipmentQuantity shipmentQuantity ) : void
UpdateShipmentPeriod ( ShipmentPeriod shipmentPeriod, NotificationStatus status ) : void

Méthodes protégées

Méthode Description
ShipmentInfo ( ) : System

Method Details

ShipmentInfo() protected méthode

protected ShipmentInfo ( ) : System
Résultat System

ShipmentInfo() public méthode

public ShipmentInfo ( System.Guid notificationId, ShipmentPeriod shipmentPeriod, int numberOfShipments, ShipmentQuantity shipmentQuantity ) : System
notificationId System.Guid
shipmentPeriod ShipmentPeriod
numberOfShipments int
shipmentQuantity ShipmentQuantity
Résultat System

UpdateNumberOfShipments() public méthode

public UpdateNumberOfShipments ( int numberOfShipments ) : void
numberOfShipments int
Résultat void

UpdateQuantity() public méthode

public UpdateQuantity ( ShipmentQuantity shipmentQuantity ) : void
shipmentQuantity ShipmentQuantity
Résultat void

UpdateShipmentPeriod() public méthode

public UpdateShipmentPeriod ( ShipmentPeriod shipmentPeriod, NotificationStatus status ) : void
shipmentPeriod ShipmentPeriod
status NotificationStatus
Résultat void