Esempio n. 1
0
 /// <summary>
 /// Sets the value of the <c>&lt;CollectiveWorshipStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A EducationStatus object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicates whether the person is participating in religious collective worship. CBDS: 100031"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCollectiveWorshipStatus(EducationStatus val)
 {
     SetField(CommonDTD.RELIGION_COLLECTIVEWORSHIPSTATUS, val);
 }
Esempio n. 2
0
 /// <summary>
 /// Sets the value of the <c>&lt;EducationStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A EducationStatus object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicates whether the person is actively attending religious education classes. CBDS: 100030"</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetEducationStatus( EducationStatus val )
 {
     SetField( CommonDTD.RELIGION_EDUCATIONSTATUS, val );
 }
Esempio n. 3
0
 /// <summary>
 /// Sets the value of the <c>&lt;EducationStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A EducationStatus object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicates whether the person is actively attending religious education classes. CBDS: 100030"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetEducationStatus(EducationStatus val)
 {
     SetField(CommonDTD.RELIGION_EDUCATIONSTATUS, val);
 }
Esempio n. 4
0
 /// <summary>
 /// Sets the value of the <c>&lt;CollectiveWorshipStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A EducationStatus object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicates whether the person is participating in religious collective worship. CBDS: 100031"</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCollectiveWorshipStatus( EducationStatus val )
 {
     SetField( CommonDTD.RELIGION_COLLECTIVEWORSHIPSTATUS, val );
 }