Example #1
0
 /// <summary>
 /// 개체 구하기
 /// </summary>
 /// <param name="pDataRow">데이타 로우</param>
 /// <returns>메뉴 설정 개체</returns>
 public EquipmentCheck_T01Entity GetEntity(DataRow pDataRow)
 {
     try
     {
         EquipmentCheck_T01Entity pSampleRegisterEntity = new EquipmentCheck_T01Provider(null).GetEntity(pDataRow);
         return(pSampleRegisterEntity);
     }
     catch (Exception pException)
     {
         throw new ExceptionManager
               (
                   this,
                   "GetEntity(pDataRow)",
                   pException
               );
     }
 }
Example #2
0
 /// <summary>
 /// 언어 정보 조회
 /// </summary>
 public object Templete_Download(EquipmentCheck_T01Entity pEquipmentCheck_T01Entity, string pMENU_NO, string pDSP_SORT)
 {
     try
     {
         using (DBManager pDBManager = new DBManager())
         {
             object pObject = new EquipmentCheck_T01Provider(pDBManager).Templete_Download(pEquipmentCheck_T01Entity, pMENU_NO, pDSP_SORT);
             return(pObject);
         }
     }
     catch (ExceptionManager pExceptionManager)
     {
         throw pExceptionManager;
     }
     catch (Exception pException)
     {
         throw new ExceptionManager(this, "EquipmentCheck_T01Provider(pDBManager).Templete_Download(pEquipmentCheck_T01Entity, pMENU_NO, pDSP_SORT)", pException);
     }
 }
Example #3
0
 /// <summary>
 /// 언어 정보 저장
 /// </summary>
 public bool Sample_Info_Save(EquipmentCheck_T01Entity pEquipmentCheck_T01Entity, DataTable pDataTable)
 {
     try
     {
         using (DBManager pDBManager = new DBManager())
         {
             bool isReturn = new EquipmentCheck_T01Provider(pDBManager).Sample_Info_Save(pEquipmentCheck_T01Entity, pDataTable);
             return(isReturn);
         }
     }
     catch (ExceptionManager pExceptionManager)
     {
         throw pExceptionManager;
     }
     catch (Exception pException)
     {
         throw new ExceptionManager(this, "EquipmentCheck_T01_Save(EquipmentCheck_T01Entity pEquipmentCheck_T01Entity, DataTable pDataTable)", pException);
     }
 }
Example #4
0
 /// <summary>
 /// 언어 정보 조회
 /// </summary>
 public DataTable EquipmentCheck_T01_Info_Filename(EquipmentCheck_T01Entity pEquipmentCheck_T01Entity)
 {
     try
     {
         using (DBManager pDBManager = new DBManager())
         {
             DataTable pDataTable = new EquipmentCheck_T01Provider(pDBManager).EquipmentCheck_T01_Info_Filename(pEquipmentCheck_T01Entity);
             return(pDataTable);
         }
     }
     catch (ExceptionManager pExceptionManager)
     {
         throw pExceptionManager;
     }
     catch (Exception pException)
     {
         throw new ExceptionManager(this, "EquipmentCheck_T01_Info_Filename(EquipmentCheck_T01Entity pEquipmentCheck_T01Entity)", pException);
     }
 }
Example #5
0
 /// <summary>
 /// 언어 정보 조회
 /// </summary>
 public DataTable Sample_Info_Sub(EquipmentCheck_T01Entity pEquipmentCheck_T01Entity)
 {
     try
     {
         using (DBManager pDBManager = new DBManager())
         {
             DataTable pDataTable = new EquipmentCheck_T01Provider(pDBManager).Sample_Info_Mst(pEquipmentCheck_T01Entity);
             return(pDataTable);
         }
     }
     catch (ExceptionManager pExceptionManager)
     {
         throw pExceptionManager;
     }
     catch (Exception pException)
     {
         throw new ExceptionManager(this, "Sample_Info_Sub(EquipmentCheck_T01Entity pEquipmentCheck_T01Entity)", pException);
     }
 }