Exemple #1
0
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="codeset">Describes the OtherCode element content as either a state/province code, a local code, other code, or text string.</param>
 ///<param name="value">Gets or sets the content value of the &amp;lt;OtherCode&amp;gt; element</param>
 ///
 public OtherCode( Codeset codeset, string value )
     : base(CommonDTD.OTHERCODE)
 {
     this.SetCodeset( codeset );
     this.Value = value;
 }
 ///<summary>Sets the value of the <c>&lt;PlannedAssessmentParticipation&gt;</c> element.</summary>
 /// <param name="Codeset">Identifies source of value provided.</param>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;PlannedAssessmentParticipation&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setPlannedAssessmentParticipation</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>PlannedAssessmentParticipation</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetPlannedAssessmentParticipation( Codeset Codeset, string Value )
 {
     RemoveChild( ProgramsDTD.STUDENTPARTICIPATION_PLANNEDASSESSMENTPARTICIPATION);
     AddChild( ProgramsDTD.STUDENTPARTICIPATION_PLANNEDASSESSMENTPARTICIPATION, new PlannedAssessmentParticipation( Codeset, Value ) );
 }
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="codeset">Identifies source of value provided.</param>
 ///<param name="value">Gets or sets the content value of the &amp;lt;PlannedAssessmentParticipation&amp;gt; element</param>
 ///
 public PlannedAssessmentParticipation( Codeset codeset, string value )
     : base(CommonDTD.PLANNEDASSESSMENTPARTICIPATION)
 {
     this.SetCodeset( codeset );
     this.Value = value;
 }
Exemple #4
0
 /// <summary>
 /// Sets the value of the <c>Codeset</c> attribute.
 /// </summary>
 /// <param name="val">A Codeset object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "Describes the OtherCode element content as either a state/province code, a local code, other code, or text string."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCodeset( Codeset val )
 {
     SetField( CommonDTD.OTHERCODE_CODESET, val );
 }
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="codeset">Identifies source of value provided.</param>
 ///<param name="value">Gets or sets the content value of the &amp;lt;TransitionPlanning&amp;gt; element</param>
 ///
 public TransitionPlanning( Codeset codeset, string value )
     : base(ProgramsDTD.TRANSITIONPLANNING)
 {
     this.SetCodeset( codeset );
     this.Value = value;
 }
 /// <summary>
 /// Sets the value of the <c>Codeset</c> attribute.
 /// </summary>
 /// <param name="val">A Codeset object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "Identifies source of value provided."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCodeset( Codeset val )
 {
     SetField( CommonDTD.PLANNEDASSESSMENTPARTICIPATION_CODESET, val );
 }
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="codeset">Identifies source of value provided.</param>
 ///<param name="value">Gets or sets the content value of the &amp;lt;ProjectedExitReason&amp;gt; element</param>
 ///
 public ProjectedExitReason( Codeset codeset, string value )
     : base(ProgramsDTD.PROJECTEDEXITREASON)
 {
     this.SetCodeset( codeset );
     this.Value = value;
 }
Exemple #8
0
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="codeset">Identifies source of value provided.</param>
 ///<param name="value">Gets or sets the content value of the &amp;lt;PlannedAssessmentParticipation&amp;gt; element</param>
 ///
 public PlannedAssessmentParticipation(Codeset codeset, string value) : base(CommonDTD.PLANNEDASSESSMENTPARTICIPATION)
 {
     this.SetCodeset(codeset);
     this.Value = value;
 }
Exemple #9
0
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="codeset">Describes the OtherCode element content as either a state/province code, a local code, other code, or text string.</param>
 ///<param name="value">Gets or sets the content value of the &amp;lt;OtherCode&amp;gt; element</param>
 ///
 public OtherCode(Codeset codeset, string value) : base(CommonDTD.OTHERCODE)
 {
     this.SetCodeset(codeset);
     this.Value = value;
 }
 /// <summary>
 /// Sets the value of the <c>Codeset</c> attribute.
 /// </summary>
 /// <param name="val">A Codeset object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "Identifies source of value provided."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCodeset( Codeset val )
 {
     SetField( ProgramsDTD.PROJECTEDEXITREASON_CODESET, val );
 }
Exemple #11
0
 /// <summary>
 /// Sets the value of the <c>Codeset</c> attribute.
 /// </summary>
 /// <param name="val">A Codeset object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "Describes the OtherCode element content as either a state/province code, a local code, other code, or text string."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCodeset(Codeset val)
 {
     SetField(CommonDTD.OTHERCODE_CODESET, val);
 }
Exemple #12
0
 ///<summary>Sets the value of the <c>&lt;PlannedAssessmentParticipation&gt;</c> element.</summary>
 /// <param name="Codeset">Identifies source of value provided.</param>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;PlannedAssessmentParticipation&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setPlannedAssessmentParticipation</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>PlannedAssessmentParticipation</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetPlannedAssessmentParticipation(Codeset Codeset, string Value)
 {
     RemoveChild(CommonDTD.STUDENTPARTICIPATIONDATAELEMENT_PLANNEDASSESSMENTPARTICIPATION);
     AddChild(CommonDTD.STUDENTPARTICIPATIONDATAELEMENT_PLANNEDASSESSMENTPARTICIPATION, new PlannedAssessmentParticipation(Codeset, Value));
 }
 ///<summary>Adds the value of the <c>&lt;OtherCode&gt;</c> element.</summary>
 /// <param name="Codeset">Describes the OtherCode element content as either a state/province code, a local code, other code, or text string.</param>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;OtherCode&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setOtherCode</c> is provided as a convenience method
 /// that is functionally equivalent to the method <c>AddOtherCode</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void AddOtherCode(Codeset Codeset, string Value)
 {
     AddChild(CommonDTD.OTHERCODELIST_OTHERCODE, new OtherCode(Codeset, Value));
 }
 ///<summary>Sets the value of the <c>&lt;ProjectedExitReason&gt;</c> element.</summary>
 /// <param name="Codeset">Identifies source of value provided.</param>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;ProjectedExitReason&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setProjectedExitReason</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>ProjectedExitReason</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetProjectedExitReason( Codeset Codeset, string Value )
 {
     RemoveChild( ProgramsDTD.STUDENTPARTICIPATION_PROJECTEDEXITREASON);
     AddChild( ProgramsDTD.STUDENTPARTICIPATION_PROJECTEDEXITREASON, new ProjectedExitReason( Codeset, Value ) );
 }
 /// <summary>
 /// Sets the value of the <c>Codeset</c> attribute.
 /// </summary>
 /// <param name="val">A Codeset object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "Identifies source of value provided."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCodeset( Codeset val )
 {
     SetField( ProgramsDTD.TRANSITIONPLANNING_CODESET, val );
 }
 ///<summary>Sets the value of the <c>&lt;TransitionPlanning&gt;</c> element.</summary>
 /// <param name="Codeset">Identifies source of value provided.</param>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;TransitionPlanning&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setTransitionPlanning</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>TransitionPlanning</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetTransitionPlanning( Codeset Codeset, string Value )
 {
     RemoveChild( ProgramsDTD.STUDENTPARTICIPATION_TRANSITIONPLANNING);
     AddChild( ProgramsDTD.STUDENTPARTICIPATION_TRANSITIONPLANNING, new TransitionPlanning( Codeset, Value ) );
 }
Exemple #17
0
 /// <summary>
 /// Sets the value of the <c>Codeset</c> attribute.
 /// </summary>
 /// <param name="val">A Codeset object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "Identifies source of value provided."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCodeset(Codeset val)
 {
     SetField(CommonDTD.PLANNEDASSESSMENTPARTICIPATION_CODESET, val);
 }