/// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </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>
 ///
 public StudentDemographicRecord( string refId, string sifRefId, TranscriptRecordRefObject sifRefObject )
     : base(Adk.SifVersion, EtranscriptsDTD.STUDENTDEMOGRAPHICRECORD)
 {
     this.RefId = refId;
     this.SIF_RefId = sifRefId;
     this.SetSIF_RefObject( sifRefObject );
 }
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </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>
 ///
 public StudentSpecialEducationRecord( string refId, string sifRefId, TranscriptRecordRefObject sifRefObject )
     : base(Adk.SifVersion, EtranscriptsDTD.STUDENTSPECIALEDUCATIONRECORD)
 {
     this.RefId = refId;
     this.SIF_RefId = sifRefId;
     this.SetSIF_RefObject( sifRefObject );
 }
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </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>
 ///
 public StudentAcademicRecord( string refId, string sifRefId, TranscriptRecordRefObject sifRefObject )
     : base(Adk.SifVersion, EtranscriptsDTD.STUDENTACADEMICRECORD)
 {
     this.RefId = refId;
     this.SIF_RefId = sifRefId;
     this.SetSIF_RefObject( sifRefObject );
 }
Esempio n. 4
0
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </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>
 ///
 public StudentSpecialEducationRecord(string refId, string sifRefId, TranscriptRecordRefObject sifRefObject) : base(Adk.SifVersion, EtranscriptsDTD.STUDENTSPECIALEDUCATIONRECORD)
 {
     this.RefId     = refId;
     this.SIF_RefId = sifRefId;
     this.SetSIF_RefObject(sifRefObject);
 }
Esempio n. 5
0
 /// <summary>
 /// Sets the value of the <c>SIF_RefObject</c> attribute.
 /// </summary>
 /// <param name="val">A TranscriptRecordRefObject object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "The associated object type."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetSIF_RefObject(TranscriptRecordRefObject val)
 {
     SetField(EtranscriptsDTD.STUDENTSPECIALEDUCATIONRECORD_SIF_REFOBJECT, val);
 }
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </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>
 ///
 public StudentAcademicRecord(string refId, string sifRefId, TranscriptRecordRefObject sifRefObject) : base(Adk.SifVersion, EtranscriptsDTD.STUDENTACADEMICRECORD)
 {
     this.RefId     = refId;
     this.SIF_RefId = sifRefId;
     this.SetSIF_RefObject(sifRefObject);
 }
 /// <summary>
 /// Sets the value of the <c>SIF_RefObject</c> attribute.
 /// </summary>
 /// <param name="val">A TranscriptRecordRefObject object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "The associated object type."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetSIF_RefObject(TranscriptRecordRefObject val)
 {
     SetField(EtranscriptsDTD.STUDENTACADEMICRECORD_SIF_REFOBJECT, val);
 }
 /// <summary>
 /// Sets the value of the <c>SIF_RefObject</c> attribute.
 /// </summary>
 /// <param name="val">A TranscriptRecordRefObject object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "The associated object type."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetSIF_RefObject( TranscriptRecordRefObject val )
 {
     SetField( EtranscriptsDTD.STUDENTDEMOGRAPHICRECORD_SIF_REFOBJECT, val );
 }
 /// <summary>
 /// Sets the value of the <c>SIF_RefObject</c> attribute.
 /// </summary>
 /// <param name="val">A TranscriptRecordRefObject object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "The associated object type."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetSIF_RefObject( TranscriptRecordRefObject val )
 {
     SetField( EtranscriptsDTD.STUDENTSPECIALEDUCATIONRECORD_SIF_REFOBJECT, val );
 }
 ///<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 ) );
 }
 ///<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 ) );
 }
Esempio n. 12
0
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </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>
 ///
 public StudentDemographicRecord(string refId, string sifRefId, TranscriptRecordRefObject sifRefObject) : base(Adk.SifVersion, EtranscriptsDTD.STUDENTDEMOGRAPHICRECORD)
 {
     this.RefId     = refId;
     this.SIF_RefId = sifRefId;
     this.SetSIF_RefObject(sifRefObject);
 }