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();
 }
Beispiel #2
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();
 }
Beispiel #3
0
 public Hobbies()
 {
     this.toyAwardNameField                = new List <ToyAwardType>();
     this.lithiumBatteryVoltageField       = new VoltageDecimalDimension();
     this.lithiumBatteryEnergyContentField = new EnergyConsumptionDimension();
     this.liquidVolumeField                = new VolumeDimension();
     this.engineDisplacementField          = new VolumeDimension();
     this.maximumSpeedField                = new SpeedDimension();
     this.fuelCapacityField                = new VolumeDimension();
 }
 public LargeAppliances()
 {
     this.wattageField            = new WattageDimension();
     this.voltageField            = new VoltageDecimalDimension();
     this.specialFeaturesField    = new List <string>();
     this.variationDataField      = new LargeAppliancesVariationData();
     this.noiseLevelField         = new NoiseLevelDimension();
     this.includedComponentsField = new List <string>();
     this.energyConsumptionField  = new EnergyConsumptionDimension();
     this.capacityField           = new VolumeDimension();
     this.batteryLifeField        = new BatteryLifeDimension();
     this.productTypeField        = new LargeAppliancesProductType();
 }
Beispiel #5
0
 public LuxuryBeauty()
 {
     this.awardsWonField                   = new List <string>();
     this.lithiumBatteryVoltageField       = new VoltageDecimalDimension();
     this.lithiumBatteryEnergyContentField = new EnergyConsumptionDimension();
     this.batteryPowerField                = new BatteryPowerIntegerDimension();
     this.batteryChargeTimeField           = new TimeDimension();
     this.batteryAverageLifeField          = new TimeDimension();
     this.wattageField            = new WattageDimension();
     this.voltageField            = new VoltageDecimalDimension();
     this.includedComponentsField = new List <string>();
     this.hairTypeField           = new List <string>();
     this.skinTypeField           = new List <string>();
     this.sunProtectionField      = new SunProtectionDimension();
     this.materialTypeField       = new List <string>();
     this.colorSpecificationField = new LuxuryBeautyColorSpecification();
     this.unitCountField          = new LuxuryBeautyUnitCount();
     this.variationDataField      = new LuxuryBeautyVariationData();
 }