[This is preliminary documentation and is subject to change.]
Constructor that accepts values for all mandatory fields

Declaration Syntax
public AssessmentRegistration(
string refId,
string studentPersonalRefId,
string assessmentAdministrationRefId
)
Public Sub New ( _
refId As String, _
studentPersonalRefId As String, _
assessmentAdministrationRefId As String _
)
public:
AssessmentRegistration (
String^ refId,
String^ studentPersonalRefId,
String^ assessmentAdministrationRefId
)

Parameters
- refId (String)
- The GUID that uniquely identifies an instance of the object.
- studentPersonalRefId (String)
- The student associated with the registration.
- assessmentAdministrationRefId (String)
- The assessment administration associated with the registration.
Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10