/// <summary> /// Deprecated Method for adding a new object to the CompetenceHeads EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCompetenceHeads(CompetenceHead competenceHead) { base.AddObject("CompetenceHeads", competenceHead); }
/// <summary> /// Create a new CompetenceHead object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="category">Initial value of the Category property.</param> public static CompetenceHead CreateCompetenceHead(global::System.Int32 id, global::System.String category) { CompetenceHead competenceHead = new CompetenceHead(); competenceHead.Id = id; competenceHead.Category = category; return competenceHead; }