示例#1
0
 /// <summary>
 /// Removes a <see cref="RequestingAgencyId"/> 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 RequestingAgencyId object to remove by its Type value</param>
 /// <remarks>
 /// <para>Version: 2.5</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void RemoveRequestingAgencyId( RequestingAgencyIdType Type )
 {
     RemoveChild( ReportingDTD.STUDENTLOCATOR_REQUESTINGAGENCYID, new String[] { Type.ToString() } );
 }
示例#2
0
 /// <summary>
 /// Gets a <see cref="RequestingAgencyId"/> 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 RequestingAgencyId object to return by its "Type" attribute value</param>
 /// <returns>A RequestingAgencyId object</returns>
 /// <remarks>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public RequestingAgencyId GetRequestingAgencyId(RequestingAgencyIdType Type)
 {
     return((RequestingAgencyId)GetChild(ReportingDTD.STUDENTLOCATOR_REQUESTINGAGENCYID, new string[] { Type.ToString() }));
 }
示例#3
0
 /// <summary>
 /// Gets a <see cref="RequestingAgencyId"/> 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 RequestingAgencyId object to return by its "Type" attribute value</param>
 /// <returns>A RequestingAgencyId object</returns>
 /// <remarks>
 /// <para>Version: 2.5</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public RequestingAgencyId GetRequestingAgencyId( RequestingAgencyIdType Type )
 {
     return (RequestingAgencyId)GetChild( ReportingDTD.STUDENTLOCATOR_REQUESTINGAGENCYID, new string[] { Type.ToString() } );
 }
示例#4
0
 /// <summary>
 /// Removes a <see cref="RequestingAgencyId"/> 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 RequestingAgencyId object to remove by its Type value</param>
 /// <remarks>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void RemoveRequestingAgencyId(RequestingAgencyIdType Type)
 {
     RemoveChild(ReportingDTD.STUDENTLOCATOR_REQUESTINGAGENCYID, new String[] { Type.ToString() });
 }