Example #1
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();
 }
Example #2
0
 public ProtectiveClothing()
 {
     this.waistSizeField    = new ClothingSizeDimension();
     this.sleeveLengthField = new ClothingSizeDimension();
 }
 } public ClothingAccessoriesClassificationData()
 {
     this.legDiameterField = new LengthDimension(); this.itemRiseField = new LengthDimension(); this.chestSizeField = new ClothingSizeDimension(); this.neckSizeField = new ClothingSizeDimension(); this.sleeveLengthField = new ClothingSizeDimension(); this.inseamLengthField = new ClothingSizeDimension(); this.waistSizeField = new ClothingSizeDimension(); this.materialAndFabricField = new List <string>(); this.specialFeatureField = new List <string>();
 }