Click or drag to resize

RecordClassAttendanceList Class

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

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

The RecordClassAttendanceList type exposes the following members.

Constructors
  NameDescription
Public methodRecordClassAttendanceList
Top
Properties
  NameDescription
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 propertyStudents
Gets or sets the student's ID.
Public propertyWeekdayDate
Top
Remarks
Contains properties to hold information specific to an attendance item. maps to POST_IMPORT_ATTD table
See Also