示例#1
0
 /// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A ProgramPlanTypeCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The document that outlines the student program/plan as approved by parents, guardians, and staff."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetCode( ProgramPlanTypeCode val )
 {
     SetField( ProgramsDTD.PROGRAMPLANTYPE_CODE, val );
 }
示例#2
0
 /// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A ProgramPlanTypeCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The document that outlines the student program/plan as approved by parents, guardians, and staff."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetCode(ProgramPlanTypeCode val)
 {
     SetField(ProgramsDTD.PROGRAMPLANTYPE_CODE, val);
 }