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