[This is preliminary documentation and is subject to change.]
Constructor that accepts values for all mandatory fields
| C# | Visual Basic | Visual C++ |
public StudentTransportInfo( string refId, string studentPersonalRefId, StudentTransportInfoType type, string dayOfWeek, string schoolInfoRefId )
Public Sub New ( _ refId As String, _ studentPersonalRefId As String, _ type As StudentTransportInfoType, _ dayOfWeek As String, _ schoolInfoRefId As String _ )
public: StudentTransportInfo ( String^ refId, String^ studentPersonalRefId, StudentTransportInfoType^ type, String^ dayOfWeek, String^ schoolInfoRefId )
- refId (String)
- GUID that identifies this object.
- studentPersonalRefId (String)
- GUID that identifies the student that this object refers to.
- type (StudentTransportInfoType)
- The direction of transportation that this object refers to.
- dayOfWeek (String)
- This attribute indicates the day(s) of the week to which this object refers.
- schoolInfoRefId (String)
- GUID referring to the school that the student attends on these day(s) of the week.