C# Class DomainDrivenDelivery.Booking.Api.LegDTO

Afficher le fichier Open project: awhatley/dddsample.net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat System

getFrom() public méthode

public getFrom ( ) : string
Résultat string

getLoadTime() public méthode

public getLoadTime ( ) : System.DateTime
Résultat System.DateTime

getTo() public méthode

public getTo ( ) : string
Résultat string

getUnloadTime() public méthode

public getUnloadTime ( ) : System.DateTime
Résultat System.DateTime

getVoyageNumber() public méthode

public getVoyageNumber ( ) : string
Résultat string