Result set for determining if a studenthas any outstanding essays for a given course. Used prior to
marking a course as complete.
Inheritance Hierarchy
ReturnTypes.ApiResults
ReturnTypes.OutstandingEssayResults
Namespace: ReturnTypes
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
The OutstandingEssayResults type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | OutstandingEssayResults | Initializes a new instance of the OutstandingEssayResults class |
Properties
Name | Description | |
---|---|---|
![]() | ErrorDescription |
Description of any errors
(Inherited from ApiResults.) |
![]() | HasOutstandingEssays |
True/False if a student has any outstanding essays for a given course
|
![]() | OutstandingEssayCount |
how many outstanding essays a student has for a given course
|
![]() | WasSuccessful |
Was the operation successful
(Inherited from ApiResults.) |
See Also