Click or drag to resize

RecordClassAttendanceIndiv Class

Information for a single student attendence record
Inheritance Hierarchy
SystemObject
  SeniorSystemsWS.EntityRecordClassAttendanceIndiv

Namespace:  SeniorSystemsWS.Entity
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
[SerializableAttribute]
public class RecordClassAttendanceIndiv

The RecordClassAttendanceIndiv type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAbsenceDescription
Gets or sets the Absence Description.
Public propertyAbsenceType
The absence type (Absent/Tardy). If a value other than Absent or Tardy is to be provided, then a cross reference table must be established. It is also possible to submit actual absence types defined in our system. Optionally accept Present
Public propertyBlockName
Gets or sets the Block Name.
Public propertySchoolID
Gets or sets the school ID.
Public propertySectionID
Gets or sets the Section No.
Public propertyStudentID
Public propertyWeekdayDate
Top
Remarks
Contains properties to hold information specific to an attendance item. maps to POST_IMPORT_ATTD table
See Also