C# Class DomainDrivenDelivery.Pathfinder.Api.TransitEdge

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

Méthodes publiques

Méthode Description
TransitEdge ( String voyageNumber, String fromUnLocode, String toUnLocode ) : System

Constructor.

getFromUnLocode ( ) : String
getToUnLocode ( ) : String
getVoyageNumber ( ) : String

Method Details

TransitEdge() public méthode

Constructor.
public TransitEdge ( String voyageNumber, String fromUnLocode, String toUnLocode ) : System
voyageNumber String voyage number
fromUnLocode String UN Locode of start location
toUnLocode String UN Locode of end location
Résultat System

getFromUnLocode() public méthode

public getFromUnLocode ( ) : String
Résultat String

getToUnLocode() public méthode

public getToUnLocode ( ) : String
Résultat String

getVoyageNumber() public méthode

public getVoyageNumber ( ) : String
Résultat String