Exemplo n.º 1
0
 public static void CopyAppHeaderInfo(ref App_Detail_C03_Info p_appDetail, ApplicationHeaderInfo pAppInfo)
 {
     p_appDetail.STT                = pAppInfo.STT;
     p_appDetail.Detail_Id          = pAppInfo.Id;
     p_appDetail.Appcode            = pAppInfo.Appcode;
     p_appDetail.Master_Name        = pAppInfo.Master_Name;
     p_appDetail.Master_Address     = pAppInfo.Master_Address;
     p_appDetail.Master_Phone       = pAppInfo.Master_Phone;
     p_appDetail.Master_Fax         = pAppInfo.Master_Fax;
     p_appDetail.Master_Email       = pAppInfo.Master_Email;
     p_appDetail.Rep_Master_Type    = pAppInfo.Rep_Master_Type;
     p_appDetail.Rep_Master_Name    = pAppInfo.Rep_Master_Name;
     p_appDetail.Rep_Master_Address = pAppInfo.Rep_Master_Address;
     p_appDetail.Rep_Master_Phone   = pAppInfo.Rep_Master_Phone;
     p_appDetail.Rep_Master_Fax     = pAppInfo.Rep_Master_Fax;
     p_appDetail.Rep_Master_Email   = pAppInfo.Rep_Master_Email;
     p_appDetail.Relationship       = pAppInfo.Relationship;
     p_appDetail.Send_Date          = pAppInfo.Send_Date;
     p_appDetail.Status             = pAppInfo.Status;
     p_appDetail.Status_Form        = pAppInfo.Status_Form;
     p_appDetail.Status_Content     = pAppInfo.Status_Content;
     p_appDetail.Remark             = pAppInfo.Remark;
     p_appDetail.AppName            = pAppInfo.AppName;
     p_appDetail.Address            = pAppInfo.Address;
     p_appDetail.DateNo             = pAppInfo.DateNo;
     p_appDetail.Months             = pAppInfo.Months;
     p_appDetail.Years              = pAppInfo.Years;
 }
Exemplo n.º 2
0
        public App_Detail_C03_Info(App_Detail_C03_Info p_app_detail, ApplicationHeaderInfo p_app_header)
        {
            this.Language_Code              = p_app_detail.Language_Code;
            this.App_Header_Id              = p_app_detail.App_Header_Id;
            this.Appcode                    = p_app_detail.Appcode;
            this.Request_Change_Type        = p_app_detail.Request_Change_Type;
            this.App_No_Change              = p_app_detail.App_No_Change;
            this.Grant_Vbbh                 = p_app_detail.Grant_Vbbh;
            this.Renew_Vbbh_Cn              = p_app_detail.Renew_Vbbh_Cn;
            this.Renew_Vbbh_Cn_Solan        = p_app_detail.Renew_Vbbh_Cn_Solan;
            this.Renew_Phoban_Vbbh_Cn       = p_app_detail.Renew_Phoban_Vbbh_Cn;
            this.Renew_Phoban_Vbbh_Cn_Sopb  = p_app_detail.Renew_Phoban_Vbbh_Cn_Sopb;
            this.Renew_Phoban_Vbbh_Cn_Solan = p_app_detail.Renew_Phoban_Vbbh_Cn_Solan;
            this.Reason_Lost                = p_app_detail.Reason_Lost;
            this.Reason_Broken              = p_app_detail.Reason_Broken;
            this.Reason_Others              = p_app_detail.Reason_Others;

            this.STT                = p_app_header.STT;
            this.Appcode            = p_app_header.Appcode;
            this.Master_Name        = p_app_header.Master_Name;
            this.Master_Address     = p_app_header.Master_Address;
            this.Master_Phone       = p_app_header.Master_Phone;
            this.Master_Fax         = p_app_header.Master_Fax;
            this.Master_Email       = p_app_header.Master_Email;
            this.Rep_Master_Type    = p_app_header.Rep_Master_Type;
            this.Rep_Master_Name    = p_app_header.Rep_Master_Name;
            this.Rep_Master_Address = p_app_header.Rep_Master_Address;
            this.Rep_Master_Phone   = p_app_header.Rep_Master_Phone;
            this.Rep_Master_Fax     = p_app_header.Rep_Master_Fax;
            this.Rep_Master_Email   = p_app_header.Rep_Master_Email;
            this.Relationship       = p_app_header.Relationship;
            this.Send_Date          = p_app_header.Send_Date;
            this.Status             = p_app_header.Status;
            this.Status_Form        = p_app_header.Status_Form;
            this.Status_Content     = p_app_header.Status_Content;
            this.Remark             = p_app_header.Remark;
            this.AppName            = p_app_header.AppName;
            this.Address            = p_app_header.Address;
            this.DateNo             = p_app_header.DateNo;
            this.Months             = p_app_header.Months;
            this.Years              = p_app_header.Years;
        }