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