///<summary>Sets the value of the <c>&lt;SIF_OrderBy&gt;</c> element.</summary>
 /// <param name="SifElement">
 ///         Indicates the element/attribute by which to sort.
 ///       </param>
 ///<remarks>
 /// <para>This form of <c>setSIF_OrderBy</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>SIF_OrderBy</c></para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetSIF_OrderBy( SIFOrderByElement SifElement )
 {
     RemoveChild( InfraDTD.SIF_EXTENDEDQUERY_SIF_ORDERBY);
     AddChild( InfraDTD.SIF_EXTENDEDQUERY_SIF_ORDERBY, new SIF_OrderBy( SifElement ) );
 }
Esempio n. 2
0
 ///<summary>Sets the value of the <c>&lt;SIF_OrderBy&gt;</c> element.</summary>
 /// <param name="SifElement">
 ///         Indicates the element/attribute by which to sort.
 ///       </param>
 ///<remarks>
 /// <para>This form of <c>setSIF_OrderBy</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>SIF_OrderBy</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetSIF_OrderBy(SIFOrderByElement SifElement)
 {
     RemoveChild(InfraDTD.SIF_EXTENDEDQUERY_SIF_ORDERBY);
     AddChild(InfraDTD.SIF_EXTENDEDQUERY_SIF_ORDERBY, new SIF_OrderBy(SifElement));
 }