Exemple #1
0
        public ProviderPortfolioScheme(ProviderPortfolio providerPortfolio)
        {
            this.Id            = providerPortfolio.Id;
            this.AccountStatus = providerPortfolio.AccountStatus;

            this.Principal = providerPortfolio.Principal;
            this.Profile   = providerPortfolio.Profile;

            this.Members = new List <ProviderMember>();

            this.Created  = providerPortfolio.Created;
            this.Modified = providerPortfolio.Modified;
        }
 public ResponseAlternate()
     : base()
 {
     this.WakeDate                   = new Obsequy.Model.Tuple <GenericTypes>();
     this.CeremonyDate               = new Obsequy.Model.Tuple <GenericTypes>();
     this.InternmentType             = new Obsequy.Model.Tuple <InternmentTypes>();
     this.FuneralType                = new Obsequy.Model.Tuple <FuneralTypes>();
     this.WakeType                   = new Obsequy.Model.Tuple <WakeTypes>();
     this.ReligionType               = new Obsequy.Model.Tuple <ReligionTypes>();
     this.ExpectedAttendanceType     = new Obsequy.Model.Tuple <ExpectedAttendanceTypes>();
     this.ServicePreferences         = new Obsequy.Model.Tuple <GenericTypes>();
     this.CasketMaterialType         = new Obsequy.Model.Tuple <CasketMaterialTypes>();
     this.CasketSizeType             = new Obsequy.Model.Tuple <CasketSizeTypes>();
     this.CasketColorType            = new Obsequy.Model.Tuple <CasketColorTypes>();
     this.CasketManufacturerType     = new Obsequy.Model.Tuple <CasketManufacturerTypes>();
     this.BurialContainerType        = new Obsequy.Model.Tuple <BurialContainerTypes>();
     this.TransportationOfFamilyType = new Tuple <TransportationOfFamilyTypes>();
     this.FlowerSprayType            = new Obsequy.Model.Tuple <FlowerSprayTypes>();
     this.PrimaryFlowerType          = new Obsequy.Model.Tuple <FlowerTypes>();
     this.SecondaryFlowerType        = new Obsequy.Model.Tuple <FlowerTypes>();
     this.AccentFlowerType           = new Obsequy.Model.Tuple <FlowerTypes>();
     this.Receipt = new ChangeReceipt();
 }