[This is preliminary documentation and is subject to change.]
A list of Address elements
| C# | Visual Basic | Visual C++ |
public class AddressList : SifActionList<AddressType, Address>
Public Class AddressList _ Inherits SifActionList(Of AddressType, Address)
public ref class AddressList : public SifActionList<AddressType^, Address^>
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| AddressListAddressListNew()() |
Creates an instance of an AddressList
| |
| AddressListAddressListNew(Address) |
Constructor that accepts values for all mandatory fields
| |
| AddAddress(AddressType, Street, String, StatePrCode, CountryCode, String) | Adds the value of the <Address> element. |
Author: Generated by adkgen
Version: 2.0
Since: 1.1
| Object | ||||||
| Element | ||||||
| SifElement | ||||||
| SifList<(Of <Address>)> | ||||||
| SifKeyedList<(Of <AddressType, Address>)> | ||||||
| SifActionList<(Of <AddressType, Address>)> | ||||||
| AddressList | ||||||