Ejemplo n.º 1
0
 public Toys()
 {
     this.subjectCharacterField = new List <string>();
     this.assemblyTimeField     = new AssemblyTimeDimension();
     this.productTypeField      = new ToysProductType();
     this.variationDataField    = new ToysVariationData();
 }
Ejemplo n.º 2
0
 public OutdoorRecreationProduct()
 {
     this.itemVolumeField                  = new VolumeDimension();
     this.wheelBaseField                   = new CycleLengthDimension();
     this.cycleBottomBracketDropField      = new CycleLengthDimension();
     this.cycleBottomBracketHeightField    = new CycleLengthDimension();
     this.cycleChainstayLengthField        = new CycleLengthDimension();
     this.cycleEffectiveTopTubeLengthField = new CycleLengthDimension();
     this.cycleHeadTubeAngleField          = new DegreeDimension();
     this.cycleHeadTubeLengthField         = new CycleLengthDimension();
     this.cycleReachLengthField            = new CycleLengthDimension();
     this.cycleSeatTubeAngleField          = new DegreeDimension();
     this.cycleSeatTubeLengthField         = new CycleLengthDimension();
     this.cycleStackHeightField            = new CycleLengthDimension();
     this.cycleTopTubeLengthField          = new CycleLengthDimension();
     this.batteryAverageLifeField          = new AssemblyTimeDimension();
     this.itemAreaField = new AreaDimension();
     this.memoryStorageCapacityField = new MemorySizeDimension();
     this.wattageField = new WattageDimension();
     this.lightSourceOperatingLifeField = new BurnTimeDimension();
     this.maximumEnergyOutputField      = new EnergyConsumptionDimension();
     this.temperatureRatingField        = new TemperatureRatingDimension();
     this.heatOutputField = new TemperatureRatingDimension();
     this.minimumCompatibleBootSizeField = new BootSizeDimension();
     this.maximumCompatibleBootSizeField = new BootSizeDimension();
     this.fuelCapacityField = new VolumeDimension();
     this.capacityField     = new VolumeDimension();
     this.amperageField     = new AmperageDimension();
     this.inseamLengthField = new NeckSizeDimension();
     this.floorAreaField    = new AreaDimension();
 }
Ejemplo n.º 3
0
 public BabyProducts()
 {
     this.unitCountField                         = new BabyProductsUnitCount();
     this.trayTypeField                          = new List <string>();
     this.subjectCharacterField                  = new List <string>();
     this.styleNameField                         = new List <string>();
     this.specificUsesForProductField            = new List <string>();
     this.specialFeaturesField                   = new List <string>();
     this.sensorTechnologyField                  = new List <string>();
     this.recommendedUsesForProductField         = new List <string>();
     this.variationDataField                     = new BabyProductsVariationData();
     this.minimumWeightRecommendationField       = new PositiveWeightDimension();
     this.minimumManufacturerAgeRecommendedField = new OptionalAgeRecommendedDimension();
     this.maximumWeightRecommendationField       = new PositiveWeightDimension();
     this.maximumManufacturerAgeRecommendedField = new OptionalAgeRecommendedDimension();
     this.materialTypeFreeField                  = new List <string>();
     this.lithiumBatteryEnergyContentField       = new EnergyConsumptionDimension();
     this.lifestyleField                         = new List <string>();
     this.displayVolumeField                     = new VolumeDimension();
     this.frequencyResponseField                 = new FrequencyDimension();
     this.chestSizeField                         = new ClothingSizeDimension();
     this.carSeatWeightGroupEUField              = new List <CarSeatWeightGroupEUType>();
     this.careInstructionsField                  = new List <string>();
     this.batteryPowerField                      = new BatteryPowerIntegerDimension();
     this.batteryChargeTimeField                 = new TimeDimension();
     this.batteryCapacityField                   = new BatteryPowerDimension();
     this.batteryAverageLifeTalkTimeField        = new TimeDimension();
     this.batteryAverageLifeStandbyField         = new BatteryLifeDimension();
     this.batteryAverageLifeField                = new BatteryLifeDimension();
     this.assemblyTimeField                      = new AssemblyTimeDimension();
 }
Ejemplo n.º 4
0
 public ToysBaby()
 {
     this.variationDataField    = new ToysBabyVariationData();
     this.unitCountField        = new ToysBabyUnitCount();
     this.displayVolumeField    = new VolumeDimension();
     this.tireDiameterField     = new ToysBabyTireDiameter();
     this.seatWidthField        = new ToysBabySeatWidth();
     this.seatLengthField       = new ToysBabySeatLength();
     this.specialFeaturesField  = new List <string>();
     this.careInstructionsField = new List <string>();
     this.toyAwardNameField     = new List <ToysBabyToyAwardName>();
     this.assemblyTimeField     = new AssemblyTimeDimension();
 }