Exemplo n.º 1
0
 /// <summary>
 /// Sets the value of the <c>&lt;Value&gt;</c> element.
 /// </summary>
 /// <param name="val">A AssessmentStageType 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;AssessmentStage&amp;gt; element"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.1</para>
 /// </remarks>
 public void SetValue(AssessmentStageType val)
 {
     SetField(AssessmentDTD.ASSESSMENTSTAGE, val);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="value">Gets or sets the content value of the &amp;lt;AssessmentStage&amp;gt; element</param>
 ///
 public AssessmentStage( AssessmentStageType value )
     : base(AssessmentDTD.ASSESSMENTSTAGE)
 {
     this.SetValue( value );
 }
Exemplo n.º 3
0
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="value">Gets or sets the content value of the &amp;lt;AssessmentStage&amp;gt; element</param>
 ///
 public AssessmentStage(AssessmentStageType value) : base(AssessmentDTD.ASSESSMENTSTAGE)
 {
     this.SetValue(value);
 }
Exemplo n.º 4
0
 /// <summary>
 /// Sets the value of the <c>&lt;Value&gt;</c> element.
 /// </summary>
 /// <param name="val">A AssessmentStageType 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;AssessmentStage&amp;gt; element"</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.1</para>
 /// </remarks>
 public void SetValue( AssessmentStageType val )
 {
     SetField( AssessmentDTD.ASSESSMENTSTAGE, val );
 }