OutstandingEssayResults ClassA Sandcastle Documented Class Library
Result set for determining if a studenthas any outstanding essays for a given course. Used prior to marking a course as complete.
Inheritance Hierarchy

System.Object
  ReturnTypes.ApiResults
    ReturnTypes.OutstandingEssayResults

Namespace: ReturnTypes
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax

public class OutstandingEssayResults : ApiResults

The OutstandingEssayResults type exposes the following members.

Constructors

  NameDescription
Public methodOutstandingEssayResults
Initializes a new instance of the OutstandingEssayResults class
Top
Properties

  NameDescription
Public propertyErrorDescription
Description of any errors
(Inherited from ApiResults.)
Public propertyHasOutstandingEssays
True/False if a student has any outstanding essays for a given course
Public propertyOutstandingEssayCount
how many outstanding essays a student has for a given course
Public propertyWasSuccessful
Was the operation successful
(Inherited from ApiResults.)
Top
See Also

Reference