Click or drag to resize

FacultyInfo Class

Holds faculty-related information.
Inheritance Hierarchy
SystemObject
  SeniorSystemsWS.EntityFacultyInfo

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

The FacultyInfo type exposes the following members.

Constructors
  NameDescription
Public methodFacultyInfo
Top
Properties
  NameDescription
Public propertyDepartmentID
Gets or sets the faculty's department ID.
Public propertyDepartmentName
Gets or sets the faculty's department.
Public propertyDisplayInDirectory
Gets or sets the faculty Display in Directory flag.
Public propertyEducation
Gets or sets the faculty education.
Public propertyEMail
Gets or sets the faculty email address.
Public propertyExperienceLevel
Gets or sets the Experience Level.
Public propertyFacultyStatus
Gets or sets the Faculty Status.
Public propertyFacultyType
Gets or sets the Faculty Type.
Public propertyHireDate
Gets or sets the faculty's hire date.
Public propertyID
Gets or sets the faculty ID.
Public propertyInternalTelNo
Gets or sets the faculty's internal telephone number.
Public propertyIsActive
Gets or sets the faculty active flag.
Public propertyJobTitle
Gets or sets the faculty's job title.
Public propertyLocation
Gets or sets the faculty's location.
Public propertyMajorTeachingArea
Gets or sets the faculty's Major Teaching Area.
Public propertyMinorTeachingArea
Gets or sets the faculty's Minor Teaching Area.
Top
See Also