///<summary>Sets the value of the <c><AssessmentSessionList></c> element.</summary> /// <param name="AssessmentSessionRefId">The ID (GUID) that uniquely identifies the session associated with the result.</param> ///<remarks> /// <para>This form of <c>setAssessmentSessionList</c> is provided as a convenience method /// that is functionally equivalent to the <c>AssessmentSessionList</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.1</para> /// </remarks> public void SetAssessmentSessionList(AssessmentSessionRefId AssessmentSessionRefId) { RemoveChild(AssessmentDTD.LEARNERASSESSMENTRESULT_ASSESSMENTSESSIONLIST); AddChild(AssessmentDTD.LEARNERASSESSMENTRESULT_ASSESSMENTSESSIONLIST, new AssessmentSessionList(AssessmentSessionRefId)); }
///<summary>Sets the value of the <c><AssessmentSessionList></c> element.</summary> /// <param name="AssessmentSessionRefId">The ID (GUID) that uniquely identifies the session associated with the result.</param> ///<remarks> /// <para>This form of <c>setAssessmentSessionList</c> is provided as a convenience method /// that is functionally equivalent to the <c>AssessmentSessionList</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.1</para> /// </remarks> public void SetAssessmentSessionList( AssessmentSessionRefId AssessmentSessionRefId ) { RemoveChild( AssessmentDTD.LEARNERASSESSMENTRESULT_ASSESSMENTSESSIONLIST); AddChild( AssessmentDTD.LEARNERASSESSMENTRESULT_ASSESSMENTSESSIONLIST, new AssessmentSessionList( AssessmentSessionRefId ) ); }