SIFWorks ADK 2.0
StudentAddressList Class
NamespacesEdustructures.SifWorks.StudentStudentAddressList

[This is preliminary documentation and is subject to change.]

A student address
Declaration Syntax
C#Visual BasicVisual C++
public class StudentAddressList : SifActionList<AddressType, Address>
Public Class StudentAddressList _
	Inherits SifActionList(Of AddressType, Address)
public ref class StudentAddressList : public SifActionList<AddressType^, Address^>
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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.

Remarks

Author: Generated by adkgen

Version: 2.0

Since: 1.1

Inheritance Hierarchy
Object
Element
 SifElement
  SifList<(Of <Address>)>
   SifKeyedList<(Of <AddressType, Address>)>
    SifActionList<(Of <AddressType, Address>)>
     StudentAddressList

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10