コード例 #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();
 }
コード例 #2
0
 public TireAndWheelAssemblies()
 {
     this.wattageField         = new WattageDimension();
     this.voltageField         = new VoltageDecimalDimension();
     this.variationDataField   = new TireAndWheelAssembliesVariationData();
     this.displayVolumeField   = new VolumeDimension();
     this.amperageField        = new AmperageDimension();
     this.specialFeaturesField = new List <string>();
 }
コード例 #3
0
 public Motorcycles()
 {
     this.wattageField         = new WattageDimension();
     this.voltageField         = new VoltageDecimalDimension();
     this.variationDataField   = new MotorcyclesVariationData();
     this.specialFeaturesField = new List <string>();
     this.displayVolumeField   = new VolumeDimension();
     this.amperageField        = new AmperageDimension();
     this.productTypeField     = new MotorcyclesProductType();
 }
コード例 #4
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();
 }
コード例 #5
0
 public LightingAccessories()
 {
     this.volumeField            = new VolumeDimension();
     this.maximumCurrentField    = new AmperageDimension();
     this.includedComponentField = new List <string>();
 }