C# 클래스 DomainDrivenDelivery.Booking.Api.LegDTO

파일 보기 프로젝트 열기: awhatley/dddsample.net 1 사용 예제들

공개 메소드들

메소드 설명
LegDTO ( string voyageNumber, string from, string to, System.DateTime loadTime, System.DateTime unloadTime ) : System
getFrom ( ) : string
getLoadTime ( ) : System.DateTime
getTo ( ) : string
getUnloadTime ( ) : System.DateTime
getVoyageNumber ( ) : string

메소드 상세

LegDTO() 공개 메소드

public LegDTO ( string voyageNumber, string from, string to, System.DateTime loadTime, System.DateTime unloadTime ) : System
voyageNumber string
from string
to string
loadTime System.DateTime
unloadTime System.DateTime
리턴 System

getFrom() 공개 메소드

public getFrom ( ) : string
리턴 string

getLoadTime() 공개 메소드

public getLoadTime ( ) : System.DateTime
리턴 System.DateTime

getTo() 공개 메소드

public getTo ( ) : string
리턴 string

getUnloadTime() 공개 메소드

public getUnloadTime ( ) : System.DateTime
리턴 System.DateTime

getVoyageNumber() 공개 메소드

public getVoyageNumber ( ) : string
리턴 string