C# 클래스 EA.Iws.DocumentGeneration.ViewModels.CarrierViewModel

파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws

공개 메소드들

메소드 설명
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

메소드 상세

CarrierViewModel() 공개 메소드

public CarrierViewModel ( ) : System.Collections.Generic
리턴 System.Collections.Generic

CarrierViewModel() 공개 메소드

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

CreateCarrierViewModelsForNotification() 공개 정적인 메소드

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

GetCarrierViewModelShowingSeeAnnexInstruction() 공개 정적인 메소드

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

SetBusinessFields() 공개 메소드

public SetBusinessFields ( Business business ) : void
business Business
리턴 void

SetContactFields() 공개 메소드

public SetContactFields ( Contact contact ) : void
contact Contact
리턴 void