[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.
| C# | Visual Basic | Visual C++ |
public class StudentTransportInfo : SifDataObject
Public Class StudentTransportInfo _ Inherits SifDataObject
public ref class StudentTransportInfo : public SifDataObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| 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.
|
Author: Generated by adkgen
Version: 2.0
Since: 1.1
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifKeyedElement | |||||
| SifDataObject | |||||
| StudentTransportInfo | |||||