Class UofxService.BASE.DeptLevel
部門層級
public static class UofxService.BASE.DeptLevel
- Inheritance
-
UofxService.BASE.DeptLevel
- Inherited Members
Methods
Create(DeptLevelViewModel)
建立部門層級的方法。
public static Task<bool> Create(DeptLevelViewModel model)
Parameters
model
DeptLevelViewModel部門層級的資料模型。
Returns
Delete(DeptLevelDeleteModel)
根據指定的模型刪除部門層級。
public static Task<bool> Delete(DeptLevelDeleteModel model)
Parameters
model
DeptLevelDeleteModel包含要刪除的部門層級資訊的模型。
Returns
Get(string)
取得部門層級
public static Task<IEnumerable<DeptLevelViewModel>> Get(string corpCode)
Parameters
corpCode
string公司代號
Returns
- Task<IEnumerable<DeptLevelViewModel>>
所有部門層級的資料:公司代號、等級、代碼、名稱、狀態
Update(DeptLevelUpdateModel)
更新部門層級。
public static Task<bool> Update(DeptLevelUpdateModel model)
Parameters
model
DeptLevelUpdateModel部門層級更新模型。
Returns
UpdateSeq(DeptLevelUpdateSeqModel)
更新序列。
public static Task<bool> UpdateSeq(DeptLevelUpdateSeqModel model)
Parameters
model
DeptLevelUpdateSeqModel部門層級更新序列模型。
Returns
UpdateStatus(DeptLevelUpdateStatusModel)
更新狀態。
public static Task<bool> UpdateStatus(DeptLevelUpdateStatusModel model)
Parameters
model
DeptLevelUpdateStatusModel部門層級更新狀態模型。