Esempio n. 1
0
 /// <summary>
 /// Sets the value of the <c>&lt;MaritalStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A MaritalStatus object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The person's marital status."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetMaritalStatus( MaritalStatus val )
 {
     SetField( CommonDTD.DEMOGRAPHICS_MARITALSTATUS, val );
 }
Esempio n. 2
0
 /// <summary>
 /// Sets the value of the <c>&lt;MaritalStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A MaritalStatus object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The person's marital status."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetMaritalStatus(MaritalStatus val)
 {
     SetField(CommonDTD.DEMOGRAPHICS_MARITALSTATUS, val);
 }