Click or drag to resize

StudentAccount Class

Information for a single student account linked to a person.
Inheritance Hierarchy
SystemObject
  SeniorSystemsWS.EntityStudentAccount

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

The StudentAccount type exposes the following members.

Constructors
  NameDescription
Public methodStudentAccount
Top
Properties
  NameDescription
Public propertyAcademicGroup
Gets or sets the academic group (student group).
Public propertyActivities
Gets or sets the student's activity information.
Public propertyAdmissionsYr
Gets or sets the Admissions Year for the student.
Public propertyARGroup
Gets or sets the AR group.
Public propertyBoardDayCode
Gets or sets the Board/Day code for the student.
Public propertyClassYr
Gets or sets the Class Year for the student.
Public propertyDorm
Gets or sets the student's dorm.
Public propertyEnrollmentStatus
Gets the Enrollment Status for the student.
Public propertyFacultyAdvisorID
Gets or sets the Faculty Advisor ID.
Public propertyHomeRoom
Gets or sets the Homeroom.
Public propertyHomeRoomTeacherID
Gets or sets the Homeroom Teacher ID.
Public propertyLocker
Gets or sets the student's locker information.
Public propertyPrograms
Gets or sets the student's program information.
Public propertyStudentCurrentGrade
Gets or sets the student's current grade.
Public propertyStudentCurrentSchool
Gets or sets the student's current school division.
Public propertyStudentID
Gets or sets the student ID.
Public propertyStudentNextGrade
Gets or sets the student's grade next year.
Public propertyStudentTelephoneNumber
Gets or sets the student's telephone number.
Public propertyTransportation
Gets or sets the student's transportation information.
Top
Fields
  NameDescription
Public fieldCustomFields
Gets or sets the student's custom field information.
Top
Remarks
Contains properties to hold information specific to a student account.
See Also