///<summary>Sets the value of the <c>&lt;EntryType&gt;</c> element.</summary>
 /// <param name="Code">Code indicating the type of entry for this enrollment</param>
 ///<remarks>
 /// <para>This form of <c>setEntryType</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>EntryType</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.1</para>
 /// </remarks>
 public void SetEntryType(EntryTypeCode Code)
 {
     RemoveChild(StudentDTD.STUDENTSCHOOLENROLLMENT_ENTRYTYPE);
     AddChild(StudentDTD.STUDENTSCHOOLENROLLMENT_ENTRYTYPE, new EntryType(Code));
 }
示例#2
0
 ///<summary>Sets the value of the <c>&lt;EntryType&gt;</c> element.</summary>
 /// <param name="Code">Code indicating the type of entry for this enrollment</param>
 ///<remarks>
 /// <para>This form of <c>setEntryType</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>EntryType</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetEntryType(EntryTypeCode Code)
 {
     RemoveChild(EtranscriptsDTD.STUDENTSCHOOLENROLLMENTHISTORY_ENTRYTYPE);
     AddChild(EtranscriptsDTD.STUDENTSCHOOLENROLLMENTHISTORY_ENTRYTYPE, new EntryType(Code));
 }