示例#1
0
 public void AfterSave(T_CostCenter t_costcenter)
 {
     // Write your logic here
 }
示例#2
0
 public void OnSaving(T_CostCenter t_costcenter, ApplicationContext db)
 {
     // Write your logic here
 }
示例#3
0
 public void OnDeleting(T_CostCenter t_costcenter)
 {
     // Write your logic here
 }
示例#4
0
 private RedirectToRouteResult CustomRedirectUrl(T_CostCenter t_costcenter, string action, string command = "")
 {
     // Sample Custom implemention below
     // return RedirectToAction("Index", "T_CostCenter");
     return(null);
 }
示例#5
0
 private void CustomLoadViewDataListAfterEdit(T_CostCenter t_costcenter)
 {
 }
示例#6
0
 private void CustomLoadViewDataListAfterOnCreate(T_CostCenter t_costcenter)
 {
 }