/// <summary> /// Deprecated Method for adding a new object to the VC_EndorsementToSkill EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToVC_EndorsementToSkill(VC_EndorsementToSkill vC_EndorsementToSkill) { base.AddObject("VC_EndorsementToSkill", vC_EndorsementToSkill); }
/// <summary> /// Create a new VC_EndorsementToSkill object. /// </summary> /// <param name="endorsement_Id">Initial value of the Endorsement_Id property.</param> /// <param name="userSkill_Id">Initial value of the UserSkill_Id property.</param> /// <param name="from_User_Id">Initial value of the From_User_Id property.</param> /// <param name="created_TS">Initial value of the Created_TS property.</param> /// <param name="updated_TS">Initial value of the Updated_TS property.</param> public static VC_EndorsementToSkill CreateVC_EndorsementToSkill(global::System.Int32 endorsement_Id, global::System.Int32 userSkill_Id, global::System.Int32 from_User_Id, global::System.DateTime created_TS, global::System.DateTime updated_TS) { VC_EndorsementToSkill vC_EndorsementToSkill = new VC_EndorsementToSkill(); vC_EndorsementToSkill.Endorsement_Id = endorsement_Id; vC_EndorsementToSkill.UserSkill_Id = userSkill_Id; vC_EndorsementToSkill.From_User_Id = from_User_Id; vC_EndorsementToSkill.Created_TS = created_TS; vC_EndorsementToSkill.Updated_TS = updated_TS; return vC_EndorsementToSkill; }