[This is preliminary documentation and is subject to change.]
An EnrollmentHistory
| C# | Visual Basic | Visual C++ |
public class EnrollmentHistory : SifKeyedList<string, StudentSchoolEnrollmentHistory>
Public Class EnrollmentHistory _ Inherits SifKeyedList(Of String, StudentSchoolEnrollmentHistory)
public ref class EnrollmentHistory : public SifKeyedList<String^, StudentSchoolEnrollmentHistory^>
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| EnrollmentHistoryEnrollmentHistoryNew()() |
Creates an instance of an EnrollmentHistory
| |
| EnrollmentHistoryEnrollmentHistoryNew(StudentSchoolEnrollmentHistory) |
Constructor that accepts values for all mandatory fields
| |
| AddStudentSchoolEnrollmentData(String, Nullable<(Of <Int32>)>, PartialDateType) | Adds the value of the <StudentSchoolEnrollmentData> element. |
Author: Generated by adkgen
Version: 2.0
Since: 2.0
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifList<(Of <StudentSchoolEnrollmentHistory>)> | |||||
| SifKeyedList<(Of <String, StudentSchoolEnrollmentHistory>)> | |||||
| EnrollmentHistory | |||||