Click or drag to resize

RecordDailyAttendanceByHomeroomList Class

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

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

The RecordDailyAttendanceByHomeroomList type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyHomeroomTeacherID
Gets or sets Homeroom Teacher.
Public propertySchoolID
Gets or sets the school ID.
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