예제 #1
0
 /// <summary>
 /// Removes a <see cref="Name"/> 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 Name object to remove by its Type value</param>
 /// <remarks>
 /// <para>Version: 2.5</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void RemoveName( NameType Type )
 {
     RemoveChild( ReportingDTD.STUDENTLOCATOR_NAME, new String[] { Type.ToString() } );
 }
예제 #2
0
 /// <summary>
 /// Removes a <see cref="Name"/> 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 Name object to remove by its Type value</param>
 /// <remarks>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void RemoveName( NameType Type )
 {
     RemoveChild( ReportingDTD.SLCONTACT_NAME, new String[] { Type.ToString() } );
 }
예제 #3
0
 /// <summary>
 /// Gets a <see cref="Name"/> 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 Name object to return by its "Type" attribute value</param>
 /// <returns>A Name object</returns>
 /// <remarks>
 /// <para>Version: 2.5</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public Name GetName( NameType Type )
 {
     return (Name)GetChild( ReportingDTD.STUDENTLOCATOR_NAME, new string[] { Type.ToString() } );
 }
예제 #4
0
 /// <summary>
 /// Gets a <see cref="Name"/> 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 Name object to return by its "Type" attribute value</param>
 /// <returns>A Name object</returns>
 /// <remarks>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public Name GetName( NameType Type )
 {
     return (Name)GetChild( ReportingDTD.SLCONTACT_NAME, new string[] { Type.ToString() } );
 }
예제 #5
0
 /// <summary>
 /// Gets a <see cref="Name"/> 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 Name object to return by its "Type" attribute value</param>
 /// <returns>A Name object</returns>
 /// <remarks>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public Name GetName(NameType Type)
 {
     return((Name)GetChild(CommonDTD.LRCONTACT_NAME, new string[] { Type.ToString() }));
 }
예제 #6
0
 /// <summary>
 /// Removes a <see cref="Name"/> 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 Name object to remove by its Type value</param>
 /// <remarks>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void RemoveName(NameType Type)
 {
     RemoveChild(CommonDTD.LRCONTACT_NAME, new String[] { Type.ToString() });
 }
예제 #7
0
 /// <summary>
 /// Removes a <see cref="Name"/> 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 Name object to remove by its Type value</param>
 /// <remarks>
 /// <para>Version: 2.5</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void RemoveName( NameType Type )
 {
     RemoveChild( CommonDTD.LRCONTACT_NAME, new String[] { Type.ToString() } );
 }
예제 #8
0
 /// <summary>
 /// Gets a <see cref="Name"/> 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 Name object to return by its "Type" attribute value</param>
 /// <returns>A Name object</returns>
 /// <remarks>
 /// <para>Version: 2.5</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public Name GetName( NameType Type )
 {
     return (Name)GetChild( CommonDTD.LRCONTACT_NAME, new string[] { Type.ToString() } );
 }