Пример #1
0
 public GuesstimateViewModel()
 {
     MenuViewModel     = new MenuViewModel();
     COHeaderViewModel = new COHeaderViewModel();
     SummaryDetails    = new List <SummaryDetails>();
     Guesstimate       = new mGuesstimate();
 }
Пример #2
0
 public ItineraryViewModel()
 {
     MenuViewModel           = new MenuViewModel();
     COHeaderViewModel       = new COHeaderViewModel();
     TourInfoHeaderViewModel = new TourInfoHeaderViewModel();
     ListNonQrfPkgPositions  = new List <QRFPkgAndNonPkgPrice>();
 }
Пример #3
0
 public CostsheetViewModel()
 {
     COHeaderViewModel            = new COHeaderViewModel();
     TourInfoHeaderViewModel      = new TourInfoHeaderViewModel();
     MenuViewModel                = new MenuViewModel();
     ConsolidatedSummaryViewModel = new ConsolidatedSummaryViewModel();
 }
Пример #4
0
 public ProposalViewModel()
 {
     MenuViewModel                         = new MenuViewModel();
     COHeaderViewModel                     = new COHeaderViewModel();
     ProposalPriceBreakupViewModel         = new ProposalPriceBreakupViewModel();
     ProposalInclusionsExclusionsViewModel = new ProposalInclusionsExclusionsViewModel();
     ProposalTermsViewModel                = new ProposalTermsViewModel();
     ProposalCoveringNoteViewModel         = new ProposalCoveringNoteViewModel();
     AgentApprovalHeaderButtons            = new AgentApprovalHeaderButtons();
 }
Пример #5
0
 public CommercialsViewModel()
 {
     MenuViewModel           = new MenuViewModel();
     COHeaderViewModel       = new COHeaderViewModel();
     TourInfoHeaderViewModel = new TourInfoHeaderViewModel();
     BareBoneList            = new List <CommercialsData>();
     PositionIncluded        = new List <mQRFPositionTotalCost>();
     PositionSupplement      = new List <mQRFPositionTotalCost>();
     PositionOptional        = new List <mQRFPositionTotalCost>();
     QRFExhangeRates         = new List <QRFExchangeRates>();
 }
Пример #6
0
 public ProposalPriceBreakupViewModel()
 {
     COHeaderViewModel            = new COHeaderViewModel();
     DepartureDatesList           = new List <QRFPkgAndNonPkgPrice>();
     QrfTwinPkgPriceList          = new List <QRFPkgAndNonPkgPrice>();
     QrfDoublePkgPriceList        = new List <QRFPkgAndNonPkgPrice>();
     QrfSinglePkgPriceList        = new List <QRFPkgAndNonPkgPrice>();
     QRFNonPkgSupplementPositions = new List <QRFPkgAndNonPkgPrice>();
     QRFNonPkgOptionalPositions   = new List <QRFPkgAndNonPkgPrice>();
     QrfNonPkgPriceSupplementList = new List <QRFPkgAndNonPkgPrice>();
     QrfNonPkgPriceOptionalList   = new List <QRFPkgAndNonPkgPrice>();
     HotelList = new List <Hotel>();
 }
Пример #7
0
 public NewQuoteViewModel()
 {
     //QRFId = 0;
     mdlMenuViewModel = new MenuViewModel {
         MenuName = "NewQuote"
     };
     TourInfoHeaderViewModel    = new TourInfoHeaderViewModel();
     COHeaderViewModel          = new COHeaderViewModel();
     mdlQuoteAgentInfoViewModel = new QuoteAgentInfoViewModel();
     mdlQuoteDateRangeViewModel = new QuoteDateRangeViewModel();
     mdlQuotePaxRangeViewModel  = new QuotePaxRangeViewModel();
     mdlQuoteRoutingViewModel   = new QuoteRoutingViewModel();
     mdlQuoteMarginViewModel    = new QuoteMarginViewModel();
     mdlQuoteFOCViewModel       = new QuoteFOCViewModel();
 }
Пример #8
0
 public AttachToMasterViewModel()
 {
     COHeaderViewModel = new COHeaderViewModel();
     MenuViewModel     = new MenuViewModel();
     GoAheadGetRes     = new GoAheadGetRes();
 }