コード例 #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;AssessmentPlatform&gt;</c> element.
 /// </summary>
 /// <param name="val">A AssessmentPlatformType object</param>
 /// <remarks>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetAssessmentPlatform(AssessmentPlatformType val)
 {
     SetField(Sif3assessmentDTD.SIF3ASSESSMENTREGISTRATION_ASSESSMENTPLATFORM, val);
 }
コード例 #2
0
 ///<summary>Adds the value of the <c>&lt;AssessmentItemPlatform&gt;</c> element.</summary>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;AssessmentItemPlatform&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setAssessmentItemPlatform</c> is provided as a convenience method
 /// that is functionally equivalent to the method <c>AddAssessmentItemPlatform</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void AddAssessmentItemPlatform(AssessmentPlatformType Value)
 {
     AddChild(Sif3assessmentDTD.ASSESSMENTITEMPLATFORMLIST_ASSESSMENTITEMPLATFORM, new AssessmentItemPlatform(Value));
 }
コード例 #3
0
 /// <summary>
 /// Sets the value of the <c>&lt;Value&gt;</c> element.
 /// </summary>
 /// <param name="val">A AssessmentPlatformType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this of the content as: "Gets or sets the content value of the &amp;lt;AssessmentItemPlatform&amp;gt; element"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetValue(AssessmentPlatformType val)
 {
     SetField(Sif3assessmentDTD.ASSESSMENTITEMPLATFORM, val);
 }
コード例 #4
0
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="value">Gets or sets the content value of the &amp;lt;AssessmentItemPlatform&amp;gt; element</param>
 ///
 public AssessmentItemPlatform(AssessmentPlatformType value) : base(Sif3assessmentDTD.ASSESSMENTITEMPLATFORM)
 {
     this.SetValue(value);
 }
コード例 #5
0
 /// <summary>
 /// Sets the value of the <c>&lt;AssessmentPlatform&gt;</c> element.
 /// </summary>
 /// <param name="val">A AssessmentPlatformType object</param>
 /// <remarks>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetAssessmentPlatform( AssessmentPlatformType val )
 {
     SetField( Sif3assessmentDTD.SIF3ASSESSMENTREGISTRATION_ASSESSMENTPLATFORM, val );
 }
コード例 #6
0
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="value">Gets or sets the content value of the &amp;lt;AssessmentPlatform&amp;gt; element</param>
 ///
 public AssessmentPlatform( AssessmentPlatformType value )
     : base(Sif3assessmentDTD.ASSESSMENTPLATFORM)
 {
     this.SetValue( value );
 }
コード例 #7
0
 /// <summary>
 /// Sets the value of the <c>&lt;Value&gt;</c> element.
 /// </summary>
 /// <param name="val">A AssessmentPlatformType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this of the content as: "Gets or sets the content value of the &amp;lt;AssessmentPlatform&amp;gt; element"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetValue( AssessmentPlatformType val )
 {
     SetField( Sif3assessmentDTD.ASSESSMENTPLATFORM, val );
 }