/// <summary> /// Deprecated Method for adding a new object to the v_xp_companies EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTov_xp_companies(v_xp_companies v_xp_companies) { base.AddObject("v_xp_companies", v_xp_companies); }
/// <summary> /// Create a new v_xp_companies object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="name_xp">Initial value of the name_xp property.</param> /// <param name="desc_xp">Initial value of the desc_xp property.</param> /// <param name="name_company">Initial value of the name_company property.</param> /// <param name="user">Initial value of the user property.</param> /// <param name="beginning_date">Initial value of the beginning_date property.</param> /// <param name="end_date">Initial value of the end_date property.</param> public static v_xp_companies Createv_xp_companies(global::System.Int32 id, global::System.String name_xp, global::System.String desc_xp, global::System.String name_company, global::System.Guid user, global::System.DateTime beginning_date, global::System.DateTime end_date) { v_xp_companies v_xp_companies = new v_xp_companies(); v_xp_companies.id = id; v_xp_companies.name_xp = name_xp; v_xp_companies.desc_xp = desc_xp; v_xp_companies.name_company = name_company; v_xp_companies.user = user; v_xp_companies.beginning_date = beginning_date; v_xp_companies.end_date = end_date; return v_xp_companies; }