This is the contract for the response to SubmitGedExaminee.
Inheritance Hierarchy
PASI.DataContract.System.GedExamineeResponse
Namespace: PASI.DataContract.System
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The GedExamineeResponse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GedExamineeResponse |
Properties
Name | Description | |
---|---|---|
![]() | GedExamineeId |
The unique identifier (GedExamineeId) for the examinee submitted.
|
![]() | MaximumMarkVersion |
The maximum PASI Core Version of GedExamMark records associated to
this examinee after the update.
This value will be 0 when the Submit was not successful.
|
![]() | PASICoreVersion |
The new PASI Core Version after the update
|
![]() | Rejections |
A list of rejections generated by the service call.
|
![]() | StudentVersion |
If the student's address was updated, this will be the version of the student.
Otherwise 0.
|
![]() | Warnings |
A list of GED File warnings/issues generated by trying to save this.
|
See Also