/// <summary> /// Create a new qi_company object. /// </summary> /// <param name="primaryCode">Initial value of the PrimaryCode property.</param> /// <param name="pseudo">Initial value of the Pseudo property.</param> /// <param name="secondaryCode">Initial value of the SecondaryCode property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="addressCode">Initial value of the AddressCode property.</param> /// <param name="phoneCode">Initial value of the PhoneCode property.</param> /// <param name="macroCode">Initial value of the MacroCode property.</param> /// <param name="mailCode">Initial value of the MailCode property.</param> /// <param name="language">Initial value of the Language property.</param> /// <param name="region">Initial value of the Region property.</param> /// <param name="pageCode">Initial value of the PageCode property.</param> /// <param name="stamp">Initial value of the Stamp property.</param> /// <param name="headerFooterCode">Initial value of the HeaderFooterCode property.</param> /// <param name="costCentreCode">Initial value of the CostCentreCode property.</param> /// <param name="countryCode">Initial value of the CountryCode property.</param> /// <param name="accessCode">Initial value of the AccessCode property.</param> /// <param name="name2">Initial value of the Name2 property.</param> /// <param name="eticket">Initial value of the Eticket property.</param> /// <param name="creditNote">Initial value of the CreditNote property.</param> /// <param name="itinerary">Initial value of the Itinerary property.</param> /// <param name="d2C">Initial value of the D2C property.</param> public static qi_company Createqi_company(global::System.String primaryCode, global::System.String pseudo, global::System.String secondaryCode, global::System.String name, global::System.String addressCode, global::System.String phoneCode, global::System.String macroCode, global::System.String mailCode, global::System.String language, global::System.String region, global::System.String pageCode, global::System.DateTime stamp, global::System.String headerFooterCode, global::System.String costCentreCode, global::System.String countryCode, global::System.String accessCode, global::System.String name2, global::System.Int64 eticket, global::System.Int64 creditNote, global::System.Int64 itinerary, global::System.Int64 d2C) { qi_company qi_company = new qi_company(); qi_company.PrimaryCode = primaryCode; qi_company.Pseudo = pseudo; qi_company.SecondaryCode = secondaryCode; qi_company.Name = name; qi_company.AddressCode = addressCode; qi_company.PhoneCode = phoneCode; qi_company.MacroCode = macroCode; qi_company.MailCode = mailCode; qi_company.Language = language; qi_company.Region = region; qi_company.PageCode = pageCode; qi_company.Stamp = stamp; qi_company.HeaderFooterCode = headerFooterCode; qi_company.CostCentreCode = costCentreCode; qi_company.CountryCode = countryCode; qi_company.AccessCode = accessCode; qi_company.Name2 = name2; qi_company.Eticket = eticket; qi_company.CreditNote = creditNote; qi_company.Itinerary = itinerary; qi_company.D2C = d2C; return(qi_company); }
/// <summary> /// Deprecated Method for adding a new object to the qi_company EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToqi_company(qi_company qi_company) { base.AddObject("qi_company", qi_company); }
/// <summary> /// Create a new qi_company object. /// </summary> /// <param name="primaryCode">Initial value of the PrimaryCode property.</param> /// <param name="pseudo">Initial value of the Pseudo property.</param> /// <param name="secondaryCode">Initial value of the SecondaryCode property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="addressCode">Initial value of the AddressCode property.</param> /// <param name="phoneCode">Initial value of the PhoneCode property.</param> /// <param name="macroCode">Initial value of the MacroCode property.</param> /// <param name="mailCode">Initial value of the MailCode property.</param> /// <param name="language">Initial value of the Language property.</param> /// <param name="region">Initial value of the Region property.</param> /// <param name="pageCode">Initial value of the PageCode property.</param> /// <param name="stamp">Initial value of the Stamp property.</param> /// <param name="headerFooterCode">Initial value of the HeaderFooterCode property.</param> /// <param name="costCentreCode">Initial value of the CostCentreCode property.</param> /// <param name="countryCode">Initial value of the CountryCode property.</param> /// <param name="accessCode">Initial value of the AccessCode property.</param> /// <param name="name2">Initial value of the Name2 property.</param> /// <param name="eticket">Initial value of the Eticket property.</param> /// <param name="creditNote">Initial value of the CreditNote property.</param> /// <param name="itinerary">Initial value of the Itinerary property.</param> /// <param name="d2C">Initial value of the D2C property.</param> public static qi_company Createqi_company(global::System.String primaryCode, global::System.String pseudo, global::System.String secondaryCode, global::System.String name, global::System.String addressCode, global::System.String phoneCode, global::System.String macroCode, global::System.String mailCode, global::System.String language, global::System.String region, global::System.String pageCode, global::System.DateTime stamp, global::System.String headerFooterCode, global::System.String costCentreCode, global::System.String countryCode, global::System.String accessCode, global::System.String name2, global::System.Int64 eticket, global::System.Int64 creditNote, global::System.Int64 itinerary, global::System.Int64 d2C) { qi_company qi_company = new qi_company(); qi_company.PrimaryCode = primaryCode; qi_company.Pseudo = pseudo; qi_company.SecondaryCode = secondaryCode; qi_company.Name = name; qi_company.AddressCode = addressCode; qi_company.PhoneCode = phoneCode; qi_company.MacroCode = macroCode; qi_company.MailCode = mailCode; qi_company.Language = language; qi_company.Region = region; qi_company.PageCode = pageCode; qi_company.Stamp = stamp; qi_company.HeaderFooterCode = headerFooterCode; qi_company.CostCentreCode = costCentreCode; qi_company.CountryCode = countryCode; qi_company.AccessCode = accessCode; qi_company.Name2 = name2; qi_company.Eticket = eticket; qi_company.CreditNote = creditNote; qi_company.Itinerary = itinerary; qi_company.D2C = d2C; return qi_company; }