C# Class EA.Iws.DocumentGeneration.ViewModels.CarrierViewModel

Afficher le fichier Open project: EnvironmentAgency/prsd-iws

Méthodes publiques

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

Method Details

CarrierViewModel() public méthode

public CarrierViewModel ( ) : System.Collections.Generic
Résultat System.Collections.Generic

CarrierViewModel() public méthode

public CarrierViewModel ( Carrier carrier, string meansOfTransport ) : System.Collections.Generic
carrier Carrier
meansOfTransport string
Résultat System.Collections.Generic

CreateCarrierViewModelsForNotification() public static méthode

public static CreateCarrierViewModelsForNotification ( MeansOfTransport meansOfTransport, CarrierCollection carrierCollection, MeansOfTransportFormatter meansOfTransportFormatter ) : IList
meansOfTransport MeansOfTransport
carrierCollection CarrierCollection
meansOfTransportFormatter MeansOfTransportFormatter
Résultat IList

GetCarrierViewModelShowingSeeAnnexInstruction() public static méthode

public static GetCarrierViewModelShowingSeeAnnexInstruction ( int annexNumber, string meansOfTransport ) : CarrierViewModel
annexNumber int
meansOfTransport string
Résultat CarrierViewModel

SetBusinessFields() public méthode

public SetBusinessFields ( Business business ) : void
business Business
Résultat void

SetContactFields() public méthode

public SetContactFields ( Contact contact ) : void
contact Contact
Résultat void