예제 #1
0
 /// <summary>
 /// Sets all PhoneNumber object instances. All existing 
 /// <c>PhoneNumber</c> instances 
 /// are removed and replaced with this list. Calling this method with the 
 /// parameter value set to null removes all <c>PhoneNumbers</c>.
 /// </summary>
 /// <remarks>
 /// <para>Version: 1.5r1</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetPhoneNumbers( PhoneNumber[] items)
 {
     SetChildren( HrfinDTD.VENDORINFO_PHONENUMBER, items );
 }
예제 #2
0
 /// <summary>Adds a new <c>&lt;PhoneNumber&gt;</c> child element.</summary>
 /// <param name="val">A PhoneNumber object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "This is the vendor's phone number (In SIF 2.x use the ContactInfo element)"</para>
 /// <para>Version: 1.5r1</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void AddPhoneNumber( PhoneNumber val )
 {
     AddChild( HrfinDTD.VENDORINFO_PHONENUMBER, val );
 }