Click or drag to resize

RecordDailyAttendanceByAdvisorIndiv Class

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

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

The RecordDailyAttendanceByAdvisorIndiv 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 propertyAdvisorID
Gets or sets Homeroom Teacher.
Public propertySchoolID
Gets or sets the school ID.
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