SIFWorks ADK 2.0
StudentTransportInfo Class
NamespacesEdustructures.SifWorks.TransStudentTransportInfo

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

This object contains transportation information about a student. Students should have at least two StudentTransportInfo objects associated with them: one for inbound information (getting to school) and one for outbound information (leaving school). If their transportation changes based on the day of the week, then a student will have more than two StudentTransportInfo objects.
Declaration Syntax
C#Visual BasicVisual C++
public class StudentTransportInfo : SifDataObject
Public Class StudentTransportInfo _
	Inherits SifDataObject
public ref class StudentTransportInfo : public SifDataObject
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
StudentTransportInfoStudentTransportInfoNew()()
Creates an instance of a StudentTransportInfo

StudentTransportInfoStudentTransportInfoNew(String, String, StudentTransportInfoType, String, String)
Constructor that accepts values for all mandatory fields

DayOfWeek
Gets or sets the value of the DayOfWeek attribute.

Eligibility
Gets or sets the value of the <Eligibility> element.

HomeBusRouteDetail
Gets or sets the value of the <HomeBusRouteDetail> element.

KeyFields
Gets the metadata fields that make up the key of this object
(Overrides SifDataObject.KeyFields.)
RefId
Gets or sets the value of the RefId attribute.
(Overrides SifDataObject.RefId.)
SchoolBusRouteDetail
Gets or sets the value of the <SchoolBusRouteDetail> element.

SchoolInfoRefId
Gets or sets the value of the SchoolInfoRefId attribute.

SetEligibility(Eligibility)
Sets the value of the <Eligibility> element.

SetHomeBusRouteDetail(String, String)
Sets the value of the <HomeBusRouteDetail> element.

SetSchoolBusRouteDetail(String, String)
Sets the value of the <SchoolBusRouteDetail> element.

SetType(StudentTransportInfoType)
Sets the value of the Type attribute.

StudentPersonalRefId
Gets or sets the value of the StudentPersonalRefId attribute.

TransferPoints
Gets or sets the value of the <TransferPoints> element.

Type
Gets or sets the value of the Type attribute.

Remarks

Author: Generated by adkgen

Version: 2.0

Since: 1.1

Inheritance Hierarchy
Object
Element
 SifElement
  SifKeyedElement
   SifDataObject
    StudentTransportInfo

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