SIFWorks ADK 2.0
StudentTransportInfo Constructor (refId, studentPersonalRefId, type, dayOfWeek, schoolInfoRefId)
NamespacesEdustructures.SifWorks.TransStudentTransportInfoStudentTransportInfoStudentTransportInfoNew(String, String, StudentTransportInfoType, String, String)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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.

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