Ejemplo n.º 1
0
 /// <summary>
 /// Gets a <see cref="SIF_Join"/> 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_Join object to return by its "Type" attribute value</param>
 /// <returns>A SIF_Join object</returns>
 /// <remarks>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public SIF_Join GetSIF_Join(SIFJoinType Type)
 {
     return((SIF_Join)GetChild(InfraDTD.SIF_FROM_SIF_JOIN, new string[] { Type.ToString() }));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Removes a <see cref="SIF_Join"/> 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_Join object to remove by its Type value</param>
 /// <remarks>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void RemoveSIF_Join( SIFJoinType Type )
 {
     RemoveChild( InfraDTD.SIF_FROM_SIF_JOIN, new String[] { Type.ToString() } );
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Removes a <see cref="SIF_Join"/> 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_Join object to remove by its Type value</param>
 /// <remarks>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void RemoveSIF_Join(SIFJoinType Type)
 {
     RemoveChild(InfraDTD.SIF_FROM_SIF_JOIN, new String[] { Type.ToString() });
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Gets a <see cref="SIF_Join"/> 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_Join object to return by its "Type" attribute value</param>
 /// <returns>A SIF_Join object</returns>
 /// <remarks>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public SIF_Join GetSIF_Join( SIFJoinType Type )
 {
     return (SIF_Join)GetChild( InfraDTD.SIF_FROM_SIF_JOIN, new string[] { Type.ToString() } );
 }