Esempio n. 1
0
 ///<summary>Sets the value of the <c>&lt;PictureSource&gt;</c> element.</summary>
 /// <param name="Type">The way the picture is specified.</param>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;PictureSource&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setPictureSource</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>PictureSource</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetPictureSource(PictureSourceType Type, string Value)
 {
     RemoveChild(StudentDTD.STUDENTPICTURE_PICTURESOURCE);
     AddChild(StudentDTD.STUDENTPICTURE_PICTURESOURCE, new PictureSource(Type, Value));
 }
Esempio n. 2
0
 ///<summary>Sets the value of the <c>&lt;PictureSource&gt;</c> element.</summary>
 /// <param name="Type">The way the picture is specified.</param>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;PictureSource&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setPictureSource</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>PictureSource</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetPictureSource(PictureSourceType Type, string Value)
 {
     RemoveChild(SchoolDTD.PERSONPICTURE_PICTURESOURCE);
     AddChild(SchoolDTD.PERSONPICTURE_PICTURESOURCE, new PictureSource(Type, Value));
 }