/// <summary> /// Create a new tb_header object. /// </summary> /// <param name="profile">Initial value of the Profile property.</param> /// <param name="rLOC">Initial value of the RLOC property.</param> /// <param name="creationDate">Initial value of the CreationDate property.</param> /// <param name="paxName">Initial value of the PaxName property.</param> /// <param name="pseudo">Initial value of the Pseudo property.</param> /// <param name="itinSummary">Initial value of the ItinSummary property.</param> /// <param name="costCentre">Initial value of the CostCentre property.</param> /// <param name="companyCode">Initial value of the CompanyCode property.</param> /// <param name="departmentCode">Initial value of the DepartmentCode property.</param> /// <param name="stamp">Initial value of the Stamp property.</param> public static tb_header Createtb_header(global::System.String profile, global::System.String rLOC, global::System.String creationDate, global::System.String paxName, global::System.String pseudo, global::System.String itinSummary, global::System.String costCentre, global::System.String companyCode, global::System.String departmentCode, global::System.DateTime stamp) { tb_header tb_header = new tb_header(); tb_header.Profile = profile; tb_header.RLOC = rLOC; tb_header.CreationDate = creationDate; tb_header.PaxName = paxName; tb_header.Pseudo = pseudo; tb_header.ItinSummary = itinSummary; tb_header.CostCentre = costCentre; tb_header.CompanyCode = companyCode; tb_header.DepartmentCode = departmentCode; tb_header.Stamp = stamp; return tb_header; }
/// <summary> /// Deprecated Method for adding a new object to the tb_header EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotb_header(tb_header tb_header) { base.AddObject("tb_header", tb_header); }