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