Beispiel #1
0
 private void CreateModel(global::Drision.Framework.Entity.T_User entityModel)
 {
     entityModel.SetPropertyConvertValue("Department_ID", ddlDepartment_ID8T.GetValue());
     entityModel.SetPropertyConvertValue("User_Code", txtUser_Code7Z.GetValue());
     entityModel.SetPropertyConvertValue("User_Name", txtUser_Name8F.GetValue());
     entityModel.SetPropertyConvertValue("Is_Attend", cbIs_AttendKD.GetValue());
 }
Beispiel #2
0
 private void CreateModel(global::Drision.Framework.Entity.T_User entityModel)
 {
     entityModel.SetPropertyConvertValue("Department_ID", ctrl_Department_ID.GetValue());
     entityModel.SetPropertyConvertValue("User_Code", ctrl_User_Code.GetValue());
     entityModel.SetPropertyConvertValue("User_Name", ctrl_User_Name.GetValue());
     entityModel.SetPropertyConvertValue("EntryDate", ctrl_EntryDate.GetValue());
     entityModel.SetPropertyConvertValue("Card_No", ctrl_Card_No.GetValue());
     entityModel.SetPropertyConvertValue("User_Mobile", ctrl_User_Mobile.GetValue());
     entityModel.SetPropertyConvertValue("User_EMail", ctrl_User_EMail.GetValue());
     entityModel.SetPropertyConvertValue("User_Status", ctrl_User_Status.GetValue());
     entityModel.SetPropertyConvertValue("Is_Prohibit_Web", ctrl_Is_Prohibit_Web.GetValue());
     entityModel.SetPropertyConvertValue("Is_Prohibit_Mobile", ctrl_Is_Prohibit_Mobile.GetValue());
     entityModel.SetPropertyConvertValue("User_Comment", ctrl_User_Comment.GetValue());
     entityModel.SetPropertyConvertValue("User_Type", txt_User_TypeJW.GetValue());
 }