Example #1
0
 public static LotDefectKey ToLotDefectKey(this ILotDefectKey k)
 {
     return(new LotDefectKey(k));
 }
Example #2
0
 public LotAttributeDefectKey(ILotDefectKey defectKey, IAttributeNameKey attributeNameKey)
     : this(defectKey.LotKey_DateCreated, defectKey.LotKey_DateSequence, defectKey.LotKey_LotTypeId, defectKey.LotDefectKey_Id, attributeNameKey.AttributeNameKey_ShortName)
 {
 }