/// <summary>
 /// Sets the value of the <c>SIF_Action</c> attribute.
 /// </summary>
 /// <param name="val">A SIFActionType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "In a Change event, this flag can be used to indicate an element has been deleted from the parent list container. At a minimum the key for the list must also be present."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetSIF_Action( SIFActionType val )
 {
     SetField( AssessmentDTD.SPECIALCONDITION_SIF_ACTION, val );
 }
 /// <summary>
 /// Sets the value of the <c>SIF_Action</c> attribute.
 /// </summary>
 /// <param name="val">A SIFActionType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "In a Change event, this flag can be used to indicate an element has been deleted from the parent list container. At a minimum the key for the list must also be present."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetSIF_Action( SIFActionType val )
 {
     SetField( GlobalDTD.SIF_EXTENDEDELEMENT_SIF_ACTION, val );
 }
Esempio n. 3
0
 /// <summary>
 /// Sets the value of the <c>SIF_Action</c> attribute.
 /// </summary>
 /// <param name="val">A SIFActionType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "In a Change event, this flag can be used to indicate an element has been deleted from the parent list container. At a minimum the key for the list must also be present."</para>
 /// <para>Version: 2.0</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetSIF_Action( SIFActionType val )
 {
     SetField( GradebookDTD.MARKINFO_SIF_ACTION, val );
 }
 /// <summary>
 /// Sets the value of the <c>SIF_Action</c> attribute.
 /// </summary>
 /// <param name="val">A SIFActionType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "In a Change event, this flag can be used to indicate an element has been deleted from the parent list container. At a minimum the key for the list must also be present."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetSIF_Action(SIFActionType val)
 {
     SetField(GlobalDTD.SIF_EXTENDEDELEMENT_SIF_ACTION, val);
 }
Esempio n. 5
0
 /// <summary>
 /// Sets the value of the <c>SIF_Action</c> attribute.
 /// </summary>
 /// <param name="val">A SIFActionType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "In a Change event, this flag can be used to indicate an element has been deleted from the parent list container. At a minimum the key for the list must also be present."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetSIF_Action( SIFActionType val )
 {
     SetField( CommonDTD.EMAIL_SIF_ACTION, val );
 }
Esempio n. 6
0
 /// <summary>
 /// Sets the value of the <c>SIF_Action</c> attribute.
 /// </summary>
 /// <param name="val">A SIFActionType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "In a Change event, this flag can be used to indicate an element has been deleted from the parent list container. At a minimum the key for the list must also be present."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetSIF_Action( SIFActionType val )
 {
     SetField( CommonDTD.PHONENUMBER_SIF_ACTION, val );
 }