Exemplo n.º 1
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();
 }
Exemplo n.º 2
0
 public LightBulbs()
 {
     this.luminousIntensityField    = new LuminiousIntensityDimension();
     this.lightOutputLuminanceField = new LuminanceDimension();
     this.colorTemperatureField     = new TemperatureRatingDimension();
     this.bulbSpecialFeaturesField  = new List <string>();
     this.bulbLifeSpanField         = new TimeDimension();
     this.beamAngleField            = new DegreeDimension();
     this.variationDataField        = new LightBulbsVariationData();
 }
Exemplo n.º 3
0
 } public SportsVariationData()
 {
     this.widthField = new LengthDimension(); this.wheelSizeField = new LengthDimension(); this.weightSupportedField = new WeightDimension(); this.weightField = new WeightDimension(); this.wattageField = new WattageDimension(); this.volumeField = new VolumeDimension(); this.temperatureRatingField = new TemperatureRatingDimension(); this.shaftLengthField = new LengthDimension(); this.lengthField = new LengthDimension(); this.itemThicknessField = new LengthDimension(); this.heightField = new LengthDimension(); this.golfLoftField = new DegreeDimension(); this.divingHoodThicknessField = new LengthDimension(); this.diameterField = new LengthDimension(); this.departmentField = new List <string>(); this.capacityField = new VolumeDimension(); this.bikeRimSizeField = new LengthDimension(); this.amperageField = new AmperageDimension();
 }