Beispiel #1
0
 ///<summary>Sets the value of the <c>&lt;ParentObjectRefId&gt;</c> element.</summary>
 /// <param name="SifRefObject">The name of the object reference.</param>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;ParentObjectRefId&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setParentObjectRefId</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>ParentObjectRefId</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetParentObjectRefId(ParentObjectRefIdSIF_RefObject SifRefObject, string Value)
 {
     RemoveChild(StudentDTD.SUMMARYENROLLMENTINFO_PARENTOBJECTREFID);
     AddChild(StudentDTD.SUMMARYENROLLMENTINFO_PARENTOBJECTREFID, new ParentObjectRefId(SifRefObject, Value));
 }
Beispiel #2
0
 ///<summary>Sets the value of the <c>&lt;ParentObjectRefId&gt;</c> element.</summary>
 /// <param name="SifRefObject">The name of the object reference.</param>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;ParentObjectRefId&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setParentObjectRefId</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>ParentObjectRefId</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetParentObjectRefId(ParentObjectRefIdSIF_RefObject SifRefObject, string Value)
 {
     RemoveChild(SchoolDTD.PERSONPICTURE_PARENTOBJECTREFID);
     AddChild(SchoolDTD.PERSONPICTURE_PARENTOBJECTREFID, new ParentObjectRefId(SifRefObject, Value));
 }