C# 클래스 EA.Iws.Domain.ImportNotification.Shipment

상속: System.Entity
파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws 1 사용 예제들

공개 메소드들

메소드 설명
Shipment ( System.Guid importNotificationId, ShipmentPeriod period, ShipmentQuantity quantity, int numberOfShipments ) : System
UpdateNumberOfShipments ( int numberOfShipments ) : void

보호된 메소드들

메소드 설명
Shipment ( ) : System

메소드 상세

Shipment() 보호된 메소드

protected Shipment ( ) : System
리턴 System

Shipment() 공개 메소드

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

UpdateNumberOfShipments() 공개 메소드

public UpdateNumberOfShipments ( int numberOfShipments ) : void
numberOfShipments int
리턴 void