C# Class DomainDrivenDelivery.Booking.Api.LegDTO

Datei anzeigen Open project: awhatley/dddsample.net Class Usage Examples

Public Methods

Method Description
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

Method Details

LegDTO() public method

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
return System

getFrom() public method

public getFrom ( ) : string
return string

getLoadTime() public method

public getLoadTime ( ) : System.DateTime
return System.DateTime

getTo() public method

public getTo ( ) : string
return string

getUnloadTime() public method

public getUnloadTime ( ) : System.DateTime
return System.DateTime

getVoyageNumber() public method

public getVoyageNumber ( ) : string
return string