SIFWorks ADK 2.0
AddStudent Method (StudentPersonalRefId, Status, Value)
NamespacesEdustructures.SifWorks.TransTransStudentsAddStudent(String, StudentBoardingStatus, String)

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

Adds the value of the <Student> element.
Declaration Syntax
C#Visual BasicVisual C++
public void AddStudent(
	string StudentPersonalRefId,
	StudentBoardingStatus Status,
	string Value
)
Public Sub AddStudent ( _
	StudentPersonalRefId As String, _
	Status As StudentBoardingStatus, _
	Value As String _
)
public:
void AddStudent (
	String^ StudentPersonalRefId, 
	StudentBoardingStatus^ Status, 
	String^ Value
)
Parameters
StudentPersonalRefId (String)
GUID that identifies the student that this element refers to.
Status (StudentBoardingStatus)
Boarding status of this student
Value (String)
Gets or sets the content value of the &lt;TransStudent&gt; element
Remarks

This form of setStudent is provided as a convenience method that is functionally equivalent to the method AddStudent

Version: 2.0

Since: 1.5r1

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