Méthode | Description | |
---|---|---|
CarrierViewModel ( ) : System.Collections.Generic | ||
CarrierViewModel ( Carrier carrier, string meansOfTransport ) : System.Collections.Generic | ||
CreateCarrierViewModelsForNotification ( MeansOfTransport meansOfTransport, CarrierCollection carrierCollection, MeansOfTransportFormatter meansOfTransportFormatter ) : IList |
||
GetCarrierViewModelShowingSeeAnnexInstruction ( int annexNumber, string meansOfTransport ) : CarrierViewModel | ||
SetBusinessFields ( Business business ) : void | ||
SetContactFields ( Contact contact ) : void |
public CarrierViewModel ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public CarrierViewModel ( Carrier carrier, string meansOfTransport ) : System.Collections.Generic | ||
carrier | Carrier | |
meansOfTransport | string | |
Résultat | System.Collections.Generic |
public static CreateCarrierViewModelsForNotification ( MeansOfTransport meansOfTransport, CarrierCollection carrierCollection, MeansOfTransportFormatter meansOfTransportFormatter ) : IList |
||
meansOfTransport | MeansOfTransport | |
carrierCollection | CarrierCollection | |
meansOfTransportFormatter | MeansOfTransportFormatter | |
Résultat | IList |
public static GetCarrierViewModelShowingSeeAnnexInstruction ( int annexNumber, string meansOfTransport ) : CarrierViewModel | ||
annexNumber | int | |
meansOfTransport | string | |
Résultat | CarrierViewModel |
public SetBusinessFields ( Business business ) : void | ||
business | Business | |
Résultat | void |
public SetContactFields ( Contact contact ) : void | ||
contact | Contact | |
Résultat | void |