Inheritance: ItemInstance
 public HardwareInstance()
 {
     this.powerOnField = new HardwareInstancePowerOn();
     this.parentComponentField = new HardwareInstance();
     this.componentsField = new List<ItemInstanceReference>();
     this.calibrationField = new HardwareInstanceCalibration();
 }
Example #2
0
 public HardwareInstance()
 {
     this.powerOnField         = new HardwareInstancePowerOn();
     this.parentComponentField = new HardwareInstance();
     this.componentsField      = new List <ItemInstanceReference>();
     this.calibrationField     = new HardwareInstanceCalibration();
 }