示例#1
0
        public static void CopyAppHeaderInfo(ref C08_Info_Export p_appDetail, ApplicationHeaderInfo pAppInfo)
        {
            p_appDetail.STT            = pAppInfo.STT;
            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.Master_Type   = pAppInfo.Master_Type == null ? "" : pAppInfo.Master_Type;
            p_appDetail.Customer_Code = pAppInfo.Customer_Code == null ? "239" : pAppInfo.Customer_Code;

            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;
        }
示例#2
0
 public static void CopyAppHeaderInfo(ref App_Detail_C02_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;
 }
示例#3
0
        public App_Detail_F04_Info(App_Detail_F04_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.Applicant_Type      = p_app_detail.Applicant_Type;
            this.Business_Line       = p_app_detail.Business_Line;
            this.Description         = p_app_detail.Description;
            this.Codelogo            = p_app_detail.Codelogo;
            this.Loainhanhieu        = p_app_detail.Loainhanhieu;
            this.Sodon_ut            = p_app_detail.Sodon_ut;
            this.Ngaynopdon_ut       = p_app_detail.Ngaynopdon_ut;
            this.Ngaynopdon_ut_text  = p_app_detail.Ngaynopdon_ut.ToString("dd/MM/yyyy");
            this.Nuocnopdon_ut       = p_app_detail.Nuocnopdon_ut;
            this.Nuocnopdon_ut_text  = p_app_detail.Nuocnopdon_ut_text;
            this.Translation_Of_Word = p_app_detail.Translation_Of_Word;
            this.Color     = p_app_detail.Color;
            this.pfileLogo = p_app_detail.pfileLogo;

            this.LogourlOrg  = p_app_detail.LogourlOrg;
            this.Logourl     = p_app_detail.Logourl;
            this.ClassNo     = p_app_detail.ClassNo;
            this.Duadate     = p_app_detail.Duadate;
            this.DuadateText = p_app_detail.DuadateText;
            this.Number_Pic  = p_app_detail.Number_Pic;
            this.Number_Page = p_app_detail.Number_Page;

            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;
        }
示例#4
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;
        }
示例#5
0
        public App_Detail_PLC05_KN_Info(App_Detail_PLC05_KN_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.Customer_Code = p_app_detail.Customer_Code;

            this.Times         = p_app_detail.Times;
            this.Appeal_Type   = p_app_detail.Appeal_Type;
            this.Appeal_Number = p_app_detail.Appeal_Number;
            this.Appeal_Date   = p_app_detail.Appeal_Date;
            this.Appeal_Appno  = p_app_detail.Appeal_Appno;
            this.Appeal_Degree = p_app_detail.Appeal_Degree;


            this.STT = p_app_header.STT;
            //this.Id = p_app_header.Id;
            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;
        }
示例#6
0
        public App_Detail_PLB01_SDD_Info(App_Detail_PLB01_SDD_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.Request_To_Type       = p_app_detail.Request_To_Type;
            this.Request_To_Content    = p_app_detail.Request_To_Content;
            this.Number_Pic            = p_app_detail.Number_Pic;
            this.Number_Page           = p_app_detail.Number_Page;
            this.Request_Other_Content = p_app_detail.Request_Other_Content;


            this.STT = p_app_header.STT;
            //this.Id = p_app_header.Id;
            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;
        }
示例#7
0
        public App_Detail_C04_Info(App_Detail_C04_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.App_Change_Type = p_app_detail.App_Change_Type;
            this.App_No_Change   = p_app_detail.App_No_Change;
            this.TheEnd_Vbbh     = p_app_detail.TheEnd_Vbbh;
            this.Cancel_Vbbh     = p_app_detail.Cancel_Vbbh;
            this.Reason          = p_app_detail.Reason;



            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;
        }
示例#8
0
        public static void CopyAppHeaderInfo(ref Pattent_Lao_Info_Export p_appDetail, ApplicationHeaderInfo pAppInfo)
        {
            p_appDetail.STT = pAppInfo.STT;
            //p_appDetail.ID = pAppInfo.Id;
            p_appDetail.Appcode = pAppInfo.Appcode;

            // chủ đơn
            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.Master_Type    = pAppInfo.Master_Type == null ? "" : pAppInfo.Master_Type;
            p_appDetail.Customer_Code  = pAppInfo.Customer_Code == null ? "239" : pAppInfo.Customer_Code;
            p_appDetail.Master_Country_Nationality_Name   = pAppInfo.Master_Country_Nationality_Name == null ? "" : pAppInfo.Master_Country_Nationality_Name;
            p_appDetail.Master_Country_Residence_Name     = pAppInfo.Master_Country_Residence_Name == null ? "" : pAppInfo.Master_Country_Residence_Name;
            p_appDetail.Master_Country_Incorporation_Name = pAppInfo.Master_Country_Incorporation_Name == null ? "" : pAppInfo.Master_Country_Incorporation_Name;

            // đại diện chủ đơn
            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.Rep_MT_Country_Nationality_Name   = pAppInfo.Rep_MT_Country_Nationality_Name == null ? "" : pAppInfo.Rep_MT_Country_Nationality_Name;
            p_appDetail.Rep_MT_Country_Residence_Name     = pAppInfo.Rep_MT_Country_Residence_Name == null ? "" : pAppInfo.Rep_MT_Country_Residence_Name;
            p_appDetail.Rep_MT_Country_Incorporation_Name = pAppInfo.Rep_MT_Country_Incorporation_Name == null ? "" : pAppInfo.Rep_MT_Country_Incorporation_Name;


            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;
        }
示例#9
0
 public static AppTM06DKQTInfoExport CopyAppHeaderInfo(AppTM06DKQTInfoExport pAppExportInfo, ApplicationHeaderInfo pAppInfo)
 {
     pAppExportInfo.STT                = pAppInfo.STT;
     pAppExportInfo.Id                 = pAppInfo.Id;
     pAppExportInfo.Appcode            = pAppInfo.Appcode;
     pAppExportInfo.Master_Name        = pAppInfo.Master_Name;
     pAppExportInfo.Master_Address     = pAppInfo.Master_Address;
     pAppExportInfo.Master_Phone       = pAppInfo.Master_Phone;
     pAppExportInfo.Master_Fax         = pAppInfo.Master_Fax;
     pAppExportInfo.Master_Email       = pAppInfo.Master_Email;
     pAppExportInfo.Rep_Master_Type    = pAppInfo.Rep_Master_Type;
     pAppExportInfo.Rep_Master_Name    = pAppInfo.Rep_Master_Name;
     pAppExportInfo.Rep_Master_Address = pAppInfo.Rep_Master_Address;
     pAppExportInfo.Rep_Master_Phone   = pAppInfo.Rep_Master_Phone;
     pAppExportInfo.Rep_Master_Fax     = pAppInfo.Rep_Master_Fax;
     pAppExportInfo.Rep_Master_Email   = pAppInfo.Rep_Master_Email;
     pAppExportInfo.Relationship       = pAppInfo.Relationship;
     pAppExportInfo.Send_Date          = pAppInfo.Send_Date;
     pAppExportInfo.Status             = pAppInfo.Status;
     pAppExportInfo.Status_Form        = pAppInfo.Status_Form;
     pAppExportInfo.Status_Content     = pAppInfo.Status_Content;
     pAppExportInfo.Remark             = pAppInfo.Remark;
     pAppExportInfo.AppName            = pAppInfo.AppName;
     pAppExportInfo.Address            = pAppInfo.Address;
     pAppExportInfo.DateNo             = pAppInfo.DateNo;
     pAppExportInfo.Months             = pAppInfo.Months;
     pAppExportInfo.Years              = pAppInfo.Years;
     return(pAppExportInfo);
 }