示例#1
0
 /// <summary>Adds a new <c>&lt;RequestingAgencyId&gt;</c> child element.</summary>
 /// <param name="val">A RequestingAgencyId object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Identification of the agency and/or location requesting the state ID. Optional because the SIF Zone infrastructure may provide adequate information for the state to ascertain the origin of the request."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void AddRequestingAgencyId( RequestingAgencyId val )
 {
     AddChild( ReportingDTD.STUDENTLOCATOR_REQUESTINGAGENCYID, val );
 }
示例#2
0
 /// <summary>
 /// Sets all RequestingAgencyId object instances. All existing 
 /// <c>RequestingAgencyId</c> instances 
 /// are removed and replaced with this list. Calling this method with the 
 /// parameter value set to null removes all <c>RequestingAgencyIds</c>.
 /// </summary>
 /// <remarks>
 /// <para>Version: 2.5</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetRequestingAgencyIds( RequestingAgencyId[] items)
 {
     SetChildren( ReportingDTD.STUDENTLOCATOR_REQUESTINGAGENCYID, items );
 }
示例#3
0
 /// <summary>Adds a new <c>&lt;RequestingAgencyId&gt;</c> child element.</summary>
 /// <param name="val">A RequestingAgencyId object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Identification of the agency and/or location requesting the state ID. Optional because the SIF Zone infrastructure may provide adequate information for the state to ascertain the origin of the request."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void AddRequestingAgencyId(RequestingAgencyId val)
 {
     AddChild(ReportingDTD.STUDENTLOCATOR_REQUESTINGAGENCYID, val);
 }