예제 #1
0
 ///<summary>Sets the value of the <c>&lt;StudentDemographicRecord&gt;</c> element.</summary>
 /// <param name="RefId">The ID (GUID) of this record.</param>
 /// <param name="SifRefId">The GUID of an associated object, either StudentRecordExchange or StudentPersonal.</param>
 /// <param name="SifRefObject">The associated object type.</param>
 ///<remarks>
 /// <para>This form of <c>setStudentDemographicRecord</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>StudentDemographicRecord</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetStudentDemographicRecord(string RefId, string SifRefId, TranscriptRecordRefObject SifRefObject)
 {
     RemoveChild(CommonDTD.STUDENTRECORDEXCHANGEDATA_STUDENTDEMOGRAPHICRECORD);
     AddChild(CommonDTD.STUDENTRECORDEXCHANGEDATA_STUDENTDEMOGRAPHICRECORD, new StudentDemographicRecord(RefId, SifRefId, SifRefObject));
 }
예제 #2
0
 ///<summary>Sets the value of the <c>&lt;StudentSpecialEducationRecord&gt;</c> element.</summary>
 /// <param name="RefId">The ID (GUID) of this record.</param>
 /// <param name="SifRefId">The GUID of an associated object, either StudentRecordExchange or StudentPersonal.</param>
 /// <param name="SifRefObject">The associated object type.</param>
 ///<remarks>
 /// <para>This form of <c>setStudentSpecialEducationRecord</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>StudentSpecialEducationRecord</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetStudentSpecialEducationRecord(string RefId, string SifRefId, TranscriptRecordRefObject SifRefObject)
 {
     RemoveChild(CommonDTD.STUDENTRECORDEXCHANGEDATA_STUDENTSPECIALEDUCATIONRECORD);
     AddChild(CommonDTD.STUDENTRECORDEXCHANGEDATA_STUDENTSPECIALEDUCATIONRECORD, new StudentSpecialEducationRecord(RefId, SifRefId, SifRefObject));
 }