Esempio n. 1
0
 public JointOperation(string name, bool isRequired, JointOperationType type, bool testHasAccepted, bool testHasToRepair, bool testHasToWithdrow, bool testResultRequired)
 {
     this.Name = name;
     this.IsRequired = isRequired;
     this.Type = type;
     this.TestHasAccepted = testHasAccepted;
     this.TestHasToRepair = testHasToRepair;
     this.TestHasToWithdraw = testHasToWithdrow;
     this.TestResultRequired = testResultRequired;
     //TODO:
     //this.JointActionResults = new List<JointActionResults>();
     //this.JointTestResults = new List<JointTestResults>();
 }
Esempio n. 2
0
 public JointOperation(string name, bool isRequired, JointOperationType type, bool testHasAccepted, bool testHasToRepair, bool testHasToWithdrow, bool testResultRequired)
 {
     this.Name               = name;
     this.IsRequired         = isRequired;
     this.Type               = type;
     this.TestHasAccepted    = testHasAccepted;
     this.TestHasToRepair    = testHasToRepair;
     this.TestHasToWithdraw  = testHasToWithdrow;
     this.TestResultRequired = testResultRequired;
     //TODO:
     //this.JointActionResults = new List<JointActionResults>();
     //this.JointTestResults = new List<JointTestResults>();
 }