Click or drag to resize

ResultInsertAttendanceItem Class

Used to return status information from notes-related method calls.
Inheritance Hierarchy
SystemObject
  SeniorSystemsWS.EntityResultInsertAttendanceItem

Namespace:  SeniorSystemsWS.Entity
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public class ResultInsertAttendanceItem

The ResultInsertAttendanceItem type exposes the following members.

Properties
  NameDescription
Public propertyitemErrorTypes
An enumerated list of errors or warnings.
Public propertyitemMessages
Gets or sets the additional error message text.
Public propertynumberOfErrors
The number of records in resultInsertAttendanceStudents that had errors.
Public propertynumberOfSuccesses
The number of records in resultInsertAttendanceStudents that succeeded.
Public propertynumberOfWarnings
The number of records in resultInsertAttendanceStudents that had warnings.
Public propertyStatus
Gets or sets the return status.
Top
Fields
  NameDescription
Public fieldresultInsertAttendanceStudents
This list of records is a one to one map to the records submitted to the method. The status of every record submitted will be represented here. If no records were submitted with the call then this list will be empty.
Top
See Also