///<summary>Sets the value of the <c><Program></c> element.</summary> /// <param name="Type">The type of the program. Type identifies the list of values.</param> /// <param name="Value">Gets or sets the content value of the &lt;Program&gt; element</param> ///<remarks> /// <para>This form of <c>setProgram</c> is provided as a convenience method /// that is functionally equivalent to the <c>Program</c></para> /// <para>Version: 2.6</para> /// <para>Since: 1.5r1</para> /// </remarks> public void SetProgram(FinancialProgram Type, string Value) { RemoveChild(HrfinDTD.FINANCIALTRANSACTION_PROGRAM); AddChild(HrfinDTD.FINANCIALTRANSACTION_PROGRAM, new Program(Type, Value)); }
///<summary>Sets the value of the <c><Program></c> element.</summary> /// <param name="Type">The type of the program. Type identifies the list of values.</param> /// <param name="Value">Gets or sets the content value of the &lt;Program&gt; element</param> ///<remarks> /// <para>This form of <c>setProgram</c> is provided as a convenience method /// that is functionally equivalent to the <c>Program</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.0</para> /// </remarks> public void SetProgram(FinancialProgram Type, string Value) { RemoveChild(FoodDTD.FOODSERVICEMENUPLAN_PROGRAM); AddChild(FoodDTD.FOODSERVICEMENUPLAN_PROGRAM, new Program(Type, Value)); }
///<summary>Sets the value of the <c><Program></c> element.</summary> /// <param name="Type">The type of the program. Type identifies the list of values.</param> /// <param name="Value">Gets or sets the content value of the &lt;Program&gt; element</param> ///<remarks> /// <para>This form of <c>setProgram</c> is provided as a convenience method /// that is functionally equivalent to the <c>Program</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.0</para> /// </remarks> public void SetProgram(FinancialProgram Type, string Value) { RemoveChild(FoodDTD.FOODSERVICESTUDENTENROLLMENTCOUNT_PROGRAM); AddChild(FoodDTD.FOODSERVICESTUDENTENROLLMENTCOUNT_PROGRAM, new Program(Type, Value)); }
///<summary>Sets the value of the <c><Program></c> element.</summary> /// <param name="Type">The type of the program. Type identifies the list of values.</param> /// <param name="Value">Gets or sets the content value of the &lt;Program&gt; element</param> ///<remarks> /// <para>This form of <c>setProgram</c> is provided as a convenience method /// that is functionally equivalent to the <c>Program</c></para> /// <para>Version: 2.6</para> /// <para>Since: 1.5r1</para> /// </remarks> public void SetProgram(FinancialProgram Type, string Value) { RemoveChild(HrfinDTD.FINANCIALINCOMESTATEMENT_PROGRAM); AddChild(HrfinDTD.FINANCIALINCOMESTATEMENT_PROGRAM, new Program(Type, Value)); }
///<summary>Sets the value of the <c><Program></c> element.</summary> /// <param name="Type">The type of the program. Type identifies the list of values.</param> /// <param name="Value">Gets or sets the content value of the &lt;Program&gt; element</param> ///<remarks> /// <para>This form of <c>setProgram</c> is provided as a convenience method /// that is functionally equivalent to the <c>Program</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.0</para> /// </remarks> public void SetProgram(FinancialProgram Type, string Value) { RemoveChild(FoodDTD.FOODSERVICESTAFFMEALCOUNTS_PROGRAM); AddChild(FoodDTD.FOODSERVICESTAFFMEALCOUNTS_PROGRAM, new Program(Type, Value)); }