コード例 #1
0
 /// <summary>
 /// Create a new Problem object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static Problem CreateProblem(global::System.Int32 id, global::System.String name)
 {
     Problem problem = new Problem();
     problem.Id = id;
     problem.Name = name;
     return problem;
 }
コード例 #2
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);
 }