Example #1
0
 /// <summary>
 /// 개체 구하기
 /// </summary>
 /// <param name="pDataRow">데이타 로우</param>
 /// <returns>메뉴 설정 개체</returns>
 public EquipmentCheckListMonth_T50Entity GetEntity(DataRow pDataRow)
 {
     try
     {
         EquipmentCheckListMonth_T50Entity _pEquipmentCheckListMonth_T50Entity = new EquipmentCheckListMonth_T50Provider(null).GetEntity(pDataRow);
         return(_pEquipmentCheckListMonth_T50Entity);
     }
     catch (Exception pException)
     {
         throw new ExceptionManager
               (
                   this,
                   "GetEntity(pDataRow)",
                   pException
               );
     }
 }
Example #2
0
 /// <summary>
 /// 언어 정보 조회
 /// </summary>
 public DataTable EquipmentCheckListMonth_T50_Mst(EquipmentCheckListMonth_T50Entity _pEquipmentCheckListMonth_T50Entity)
 {
     try
     {
         using (DBManager pDBManager = new DBManager())
         {
             DataTable pDataTable = new EquipmentCheckListMonth_T50Provider(pDBManager).EquipmentCheckListMonth_T50_Mst(_pEquipmentCheckListMonth_T50Entity);
             return(pDataTable);
         }
     }
     catch (ExceptionManager pExceptionManager)
     {
         throw pExceptionManager;
     }
     catch (Exception pException)
     {
         throw new ExceptionManager(this, "EquipmentCheck_Sub(EquipmentCheckEntity pEquipmentCheckEntity)", pException);
     }
 }
Example #3
0
 public DataTable USP_equipment_check_result_R10(string date, string equipment, int condition)
 {
     try
     {
         using (DBManager pDBManager = new DBManager())
         {
             DataTable pdatatable = new EquipmentCheckListMonth_T50Provider(pDBManager).USP_equipment_check_result_R10(date, equipment, condition);
             return(pdatatable);
         }
     }
     catch (ExceptionManager pExceptionManager)
     {
         throw pExceptionManager;
     }
     catch (Exception pException)
     {
         throw new ExceptionManager(this, "Sheet_Info_Sheet(ProcessMaterialStockStatusEntity _pProcessMaterialStockStatusEntity)", pException);
     }
 }
Example #4
0
 public DataTable Sheet_Info_Sheet(EquipmentCheckListMonth_T50Entity pEquipmentCheckListMonth_T50Entity, string equipment)
 {
     try
     {
         using (DBManager pDBManager = new DBManager())
         {
             DataTable pdatatable = new EquipmentCheckListMonth_T50Provider(pDBManager).Sheet_Info_sheet(pEquipmentCheckListMonth_T50Entity, equipment);
             return(pdatatable);
         }
     }
     catch (ExceptionManager pExceptionManager)
     {
         throw pExceptionManager;
     }
     catch (Exception pException)
     {
         throw new ExceptionManager(this, "Sheet_Info_Sheet(ProcessMaterialStockStatusEntity _pProcessMaterialStockStatusEntity)", pException);
     }
 }
Example #5
0
 /// <summary>
 /// 언어 정보 저장
 /// </summary>
 public bool EquipmentCheckListMonth_T50_Save(EquipmentCheckListMonth_T50Entity pEquipmentCheckListMonth_T50Entity, DataTable dt)
 {
     try
     {
         using (DBManager pDBManager = new DBManager())
         {
             bool isReturn = new EquipmentCheckListMonth_T50Provider(pDBManager).EquipmentCheckListMonth_T50_Save(pEquipmentCheckListMonth_T50Entity, dt);
             return(isReturn);
         }
     }
     catch (ExceptionManager pExceptionManager)
     {
         throw pExceptionManager;
     }
     catch (Exception pException)
     {
         throw new ExceptionManager(this, "EquipmentCheck_Save(EquipmentCheckEntity pEquipmentCheckEntity)", pException);
     }
 }