Esempio n. 1
0
 public Beauty()
 {
     this.wattageField                = new WattageDimension();
     this.voltageField                = new VoltageDecimalDimension();
     this.sunProtectionField          = new SunProtectionDimension();
     this.certificationField          = new List <string>();
     this.specificUsesForProductField = new List <string>();
     this.productTypeField            = new BeautyProductType();
 }
Esempio n. 2
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();
 }