[This is preliminary documentation and is subject to change.]
A student address
| C# | Visual Basic | Visual C++ |
public class StudentAddressList : SifActionList<AddressType, Address>
Public Class StudentAddressList _ Inherits SifActionList(Of AddressType, Address)
public ref class StudentAddressList : public SifActionList<AddressType^, Address^>
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| StudentAddressListStudentAddressListNew()() |
Creates an instance of a StudentAddressList
| |
| StudentAddressListStudentAddressListNew(PickupOrDropoff, String, Address) |
Constructor that accepts values for all mandatory fields
| |
| AddAddress(AddressType, Street, String, StatePrCode, CountryCode, String) | Adds the value of the <Address> element. | |
| DayOfWeek |
Gets or sets the value of the DayOfWeek attribute.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
| |
| PickupOrDropoff |
Gets or sets the value of the PickupOrDropoff attribute.
| |
| SetPickupOrDropoff(PickupOrDropoff) |
Sets the value of the PickupOrDropoff attribute.
|
Author: Generated by adkgen
Version: 2.0
Since: 1.1
| Object | ||||||
| Element | ||||||
| SifElement | ||||||
| SifList<(Of <Address>)> | ||||||
| SifKeyedList<(Of <AddressType, Address>)> | ||||||
| SifActionList<(Of <AddressType, Address>)> | ||||||
| StudentAddressList | ||||||