C# Class EA.Iws.Domain.ImportNotification.Shipment

Inheritance: System.Entity
Mostra file Open project: EnvironmentAgency/prsd-iws Class Usage Examples

Public Methods

Method Description
Shipment ( System.Guid importNotificationId, ShipmentPeriod period, ShipmentQuantity quantity, int numberOfShipments ) : System
UpdateNumberOfShipments ( int numberOfShipments ) : void

Protected Methods

Method Description
Shipment ( ) : System

Method Details

Shipment() protected method

protected Shipment ( ) : System
return System

Shipment() public method

public Shipment ( System.Guid importNotificationId, ShipmentPeriod period, ShipmentQuantity quantity, int numberOfShipments ) : System
importNotificationId System.Guid
period ShipmentPeriod
quantity ShipmentQuantity
numberOfShipments int
return System

UpdateNumberOfShipments() public method

public UpdateNumberOfShipments ( int numberOfShipments ) : void
numberOfShipments int
return void