예제 #1
0
 public string GetNextPartCode()
 {
     if (this.Nodes.Count() == 0)
     {
         return(this.Code + "00");
     }
     return(QcCode.GetNextPartNumber(this, Nodes, 3));
 }
예제 #2
0
 public string GetNextPartCode()
 {
     return(QcCode.GetNextPartNumber(this, GetCheckRule(Parent), 7));
 }
예제 #3
0
 public string GetNextPartCode()
 {
     return(QcCode.GetNextPartNumber(this,
                                     Nodes
                                     , 7));
 }
예제 #4
0
 public string GetNextPrjCode()
 {
     return(QcCode.GetNextPartNumber(this, PrjNodes, 5));
 }