コード例 #1
0
 ///<summary>Sets the value of the <c>&lt;SectionAssets&gt;</c> element.</summary>
 /// <param name="SectionAsset">An item in this section.</param>
 ///<remarks>
 /// <para>This form of <c>setSectionAssets</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>SectionAssets</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetSectionAssets(SectionAsset SectionAsset)
 {
     RemoveChild(AssessmentDTD.SIF3ASSESSMENTSECTION_SECTIONASSETS);
     AddChild(AssessmentDTD.SIF3ASSESSMENTSECTION_SECTIONASSETS, new SectionAssets(SectionAsset));
 }
コード例 #2
0
 ///<summary>Sets the value of the <c>&lt;SectionAssets&gt;</c> element.</summary>
 /// <param name="SectionAsset">An item in this section.</param>
 ///<remarks>
 /// <para>This form of <c>setSectionAssets</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>SectionAssets</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetSectionAssets( SectionAsset SectionAsset )
 {
     RemoveChild( AssessmentDTD.SIF3ASSESSMENTSECTION_SECTIONASSETS);
     AddChild( AssessmentDTD.SIF3ASSESSMENTSECTION_SECTIONASSETS, new SectionAssets( SectionAsset ) );
 }