StudentRecordDocumentProblemReportInfo ClassProvincial Approach to Student Information API
This data contract represents a Student Document Problem Report.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2018StudentRecordDocumentProblemReportInfo

Namespace: PASI.DataContract.V2018
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.23.3.0 (9.23.3.0)
Syntax

public class StudentRecordDocumentProblemReportInfo

The StudentRecordDocumentProblemReportInfo type exposes the following members.

Constructors

  NameDescription
Public methodStudentRecordDocumentProblemReportInfo
Top
Properties

  NameDescription
Public propertyDocumentRefId
(Required) The unique identifier of the student record document.
Public propertyLastUpdateUtcTime
(Required) The UTC time this record was last modified.
Public propertyPASICoreVersion
(Required) The PASI version of this object. This is used for updating the object.
Public propertyProblemResolution
The resolution for the reported student record document problem.
Public propertyProblemType
(Required) Depict the type of problem identified on the student record document.
Public propertyRefId
(Required) The unique identifier of the student record document problem report.
Public propertyReportedByUser
(Required) The user who reported the student record document problem.
Public propertyReportedOnUtcTime
(Required) The UTC time the student record document was reported by user.
Public propertyReportingUserEmail
The email of the user who reported the student record document problem.
Public propertyResolvedByUser
The user who resolved the reported student record document problem.
Public propertyResolvedOnUtcTime
The UTC time the reported student record document problem was resolved.
Top
See Also

Reference