Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the StudentIEPs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStudentIEPs(StudentIEP studentIEP)
 {
     base.AddObject("StudentIEPs", studentIEP);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new StudentIEP object.
 /// </summary>
 /// <param name="studentIEPId">Initial value of the StudentIEPId property.</param>
 /// <param name="studentId">Initial value of the StudentId property.</param>
 /// <param name="scheduledDate">Initial value of the ScheduledDate property.</param>
 /// <param name="isComplete">Initial value of the IsComplete property.</param>
 /// <param name="isCurrentIEP">Initial value of the IsCurrentIEP property.</param>
 /// <param name="createdBy">Initial value of the CreatedBy property.</param>
 /// <param name="createdOn">Initial value of the CreatedOn property.</param>
 /// <param name="lastModifiedBy">Initial value of the LastModifiedBy property.</param>
 /// <param name="lastModifiedOn">Initial value of the LastModifiedOn property.</param>
 public static StudentIEP CreateStudentIEP(global::System.Int32 studentIEPId, global::System.Int32 studentId, global::System.DateTime scheduledDate, global::System.Boolean isComplete, global::System.Boolean isCurrentIEP, global::System.Int32 createdBy, global::System.DateTime createdOn, global::System.Int32 lastModifiedBy, global::System.DateTime lastModifiedOn)
 {
     StudentIEP studentIEP = new StudentIEP();
     studentIEP.StudentIEPId = studentIEPId;
     studentIEP.StudentId = studentId;
     studentIEP.ScheduledDate = scheduledDate;
     studentIEP.IsComplete = isComplete;
     studentIEP.IsCurrentIEP = isCurrentIEP;
     studentIEP.CreatedBy = createdBy;
     studentIEP.CreatedOn = createdOn;
     studentIEP.LastModifiedBy = lastModifiedBy;
     studentIEP.LastModifiedOn = lastModifiedOn;
     return studentIEP;
 }