Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the AssignmentSolutions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAssignmentSolutions(AssignmentSolution assignmentSolution)
 {
     base.AddObject("AssignmentSolutions", assignmentSolution);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new AssignmentSolution object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static AssignmentSolution CreateAssignmentSolution(global::System.Int32 id)
 {
     AssignmentSolution assignmentSolution = new AssignmentSolution();
     assignmentSolution.Id = id;
     return assignmentSolution;
 }