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