/// <summary>
 /// Create a new Semester object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="cGA_MV_KEY">Initial value of the CGA_MV_KEY property.</param>
 public static Semester CreateSemester(global::System.String id, global::System.Int32 cGA_MV_KEY)
 {
     Semester semester = new Semester();
     semester.ID = id;
     semester.CGA_MV_KEY = cGA_MV_KEY;
     return semester;
 }
Exemple #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Semesters EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSemesters(Semester semester)
 {
     base.AddObject("Semesters", semester);
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Semesters EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSemesters(Semester semester)
 {
     base.AddObject("Semesters", semester);
 }