Click or drag to resize

RecordDailyAttendanceByClassPeriodIndiv Class

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

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

The RecordDailyAttendanceByClassPeriodIndiv type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAbsenceDescription
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 propertySchoolID
Gets or sets the school ID.
Public propertySectionID
Gets or sets the Section No.
Public propertyStudentID
Public propertyWeekdayDate
Gets or sets the weekday date.
Top
Remarks
Contains properties to hold information specific to an attendance item. maps to POST_IMPORT_ATTD table
See Also