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

Mostrar archivo Open project: EnvironmentAgency/prsd-iws

Public Methods

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

public CarrierViewModel ( ) : System.Collections.Generic
return System.Collections.Generic

CarrierViewModel() public method

public CarrierViewModel ( Carrier carrier, string meansOfTransport ) : System.Collections.Generic
carrier Carrier
meansOfTransport string
return System.Collections.Generic

CreateCarrierViewModelsForNotification() public static method

public static CreateCarrierViewModelsForNotification ( MeansOfTransport meansOfTransport, CarrierCollection carrierCollection, MeansOfTransportFormatter meansOfTransportFormatter ) : IList
meansOfTransport MeansOfTransport
carrierCollection CarrierCollection
meansOfTransportFormatter MeansOfTransportFormatter
return IList

GetCarrierViewModelShowingSeeAnnexInstruction() public static method

public static GetCarrierViewModelShowingSeeAnnexInstruction ( int annexNumber, string meansOfTransport ) : CarrierViewModel
annexNumber int
meansOfTransport string
return CarrierViewModel

SetBusinessFields() public method

public SetBusinessFields ( Business business ) : void
business Business
return void

SetContactFields() public method

public SetContactFields ( Contact contact ) : void
contact Contact
return void