/// <summary> /// Removes a <see cref="SIF_Conditions"/> object instance. More than one instance can be defined for this object because it is a repeatable field element. /// </summary> /// <param name="Type">Identifies the SIF_Conditions object to remove by its Type value</param> /// <remarks> /// <para>Version: 2.6</para> /// <para>Since: 1.1</para> /// </remarks> public void RemoveSIF_Conditions( ConditionType Type ) { RemoveChild( InfraDTD.SIF_CONDITIONGROUP_SIF_CONDITIONS, new String[] { Type.ToString() } ); }
/// <summary> /// Gets a <see cref="SIF_Conditions"/> object instance. More than one instance can be defined for this object because it is a repeatable field element. /// </summary> /// <param name="Type">Identifies the SIF_Conditions object to return by its "Type" attribute value</param> /// <returns>A SIF_Conditions object</returns> /// <remarks> /// <para>Version: 2.6</para> /// <para>Since: 1.1</para> /// </remarks> public SIF_Conditions GetSIF_Conditions(ConditionType Type) { return((SIF_Conditions)GetChild(InfraDTD.SIF_CONDITIONGROUP_SIF_CONDITIONS, new string[] { Type.ToString() })); }
/// <summary> /// Gets a <see cref="SIF_Conditions"/> object instance. More than one instance can be defined for this object because it is a repeatable field element. /// </summary> /// <param name="Type">Identifies the SIF_Conditions object to return by its "Type" attribute value</param> /// <returns>A SIF_Conditions object</returns> /// <remarks> /// <para>Version: 2.6</para> /// <para>Since: 1.1</para> /// </remarks> public SIF_Conditions GetSIF_Conditions( ConditionType Type ) { return (SIF_Conditions)GetChild( InfraDTD.SIF_CONDITIONGROUP_SIF_CONDITIONS, new string[] { Type.ToString() } ); }
/// <summary> /// Removes a <see cref="SIF_Conditions"/> object instance. More than one instance can be defined for this object because it is a repeatable field element. /// </summary> /// <param name="Type">Identifies the SIF_Conditions object to remove by its Type value</param> /// <remarks> /// <para>Version: 2.6</para> /// <para>Since: 1.1</para> /// </remarks> public void RemoveSIF_Conditions(ConditionType Type) { RemoveChild(InfraDTD.SIF_CONDITIONGROUP_SIF_CONDITIONS, new String[] { Type.ToString() }); }