Exemplo n.º 1
0
 /// <summary>
 /// Sets the value of the <c>&lt;FamilyStructure&gt;</c> element.
 /// </summary>
 /// <param name="val">A FamilyStructure object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicates type of family structure learner is living in. CBDS: 100053"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetFamilyStructure(FamilyStructure val)
 {
     SetField(LearnerDTD.LEARNERPERSONAL_FAMILYSTRUCTURE, val);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Sets the value of the <c>&lt;FamilyStructure&gt;</c> element.
 /// </summary>
 /// <param name="val">A FamilyStructure object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicates type of family structure learner is living in. CBDS: 100053"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetFamilyStructure( FamilyStructure val )
 {
     SetField( LearnerDTD.LEARNERPERSONAL_FAMILYSTRUCTURE, val );
 }