Click or drag to resize

RecordDailyAttendanceByClassPeriodList Class

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

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

The RecordDailyAttendanceByClassPeriodList type exposes the following members.

Constructors
Properties
  NameDescription
Public propertySchoolID
Gets or sets the school ID.
Public propertySectionID
Gets or sets the Section No.
Public propertyStudents
Gets or sets the student's ID.
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