Exemplo n.º 1
0
 ///<summary>Adds the value of the <c>&lt;AssessmentPlatform&gt;</c> element.</summary>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;AssessmentPlatform&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setAssessmentPlatform</c> is provided as a convenience method
 /// that is functionally equivalent to the method <c>AddAssessmentPlatform</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void AddAssessmentPlatform(AssessmentPlatformType Value)
 {
     AddChild(AssessmentDTD.ASSESSMENTPLATFORMS_ASSESSMENTPLATFORM, new AssessmentPlatform(Value));
 }
 /// <summary>
 /// Sets the value of the <c>&lt;AssessmentItemPlatform&gt;</c> element.
 /// </summary>
 /// <param name="val">A AssessmentPlatformType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The specific delivery platform that this item will support."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetAssessmentItemPlatform( AssessmentPlatformType val )
 {
     SetField( AssessmentDTD.ASSESSMENTITEMPLATFORMS_ASSESSMENTITEMPLATFORM, val );
 }
 ///<summary>Sets the value of the <c>&lt;AssessmentPlatform&gt;</c> element.</summary>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;AssessmentPlatform&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setAssessmentPlatform</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>AssessmentPlatform</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetAssessmentPlatform( AssessmentPlatformType Value )
 {
     RemoveChild( AssessmentDTD.SIF3ASSESSMENTREGISTRATION_ASSESSMENTPLATFORM);
     AddChild( AssessmentDTD.SIF3ASSESSMENTREGISTRATION_ASSESSMENTPLATFORM, new AssessmentPlatform( Value ) );
 }
Exemplo n.º 4
0
 /// <summary>
 /// Sets the value of the <c>&lt;AssessmentItemPlatform&gt;</c> element.
 /// </summary>
 /// <param name="val">A AssessmentPlatformType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The specific delivery platform that this item will support."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetAssessmentItemPlatform(AssessmentPlatformType val)
 {
     SetField(AssessmentDTD.ASSESSMENTITEMPLATFORMS_ASSESSMENTITEMPLATFORM, val);
 }
 ///<summary>Sets the value of the <c>&lt;AssessmentPlatform&gt;</c> element.</summary>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;AssessmentPlatform&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setAssessmentPlatform</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>AssessmentPlatform</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetAssessmentPlatform(AssessmentPlatformType Value)
 {
     RemoveChild(AssessmentDTD.SIF3ASSESSMENTREGISTRATION_ASSESSMENTPLATFORM);
     AddChild(AssessmentDTD.SIF3ASSESSMENTREGISTRATION_ASSESSMENTPLATFORM, new AssessmentPlatform(Value));
 }
Exemplo n.º 6
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(AssessmentDTD.ASSESSMENTPLATFORM, val);
 }
Exemplo n.º 7
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(AssessmentDTD.ASSESSMENTPLATFORM)
 {
     this.SetValue(value);
 }
Exemplo n.º 8
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(AssessmentDTD.ASSESSMENTPLATFORM)
 {
     this.SetValue( value );
 }
Exemplo n.º 9
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( AssessmentDTD.ASSESSMENTPLATFORM, val );
 }