Click or drag to resize

Dorm Class

Information for a dorm linked to a student account.
Inheritance Hierarchy
SystemObject
  SeniorSystemsWS.EntityDorm

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

The Dorm type exposes the following members.

Constructors
  NameDescription
Public methodDorm
Top
Properties
  NameDescription
Public propertyDormExtension
Gets or sets the Dorm Extension.
Public propertyDormGender
Gets or sets the Dorm Gender.
Public propertyDormHead
Gets or sets the Dorm Head.
Public propertyDormID
Gets or sets the Dorm ID.
Public propertyDormName
Gets or sets the Dorm Name.
Public propertyDormParentFacultyID
Gets or sets the Dorm Parent Faculty ID.
Public propertyDormParentFacultyName
Gets or sets the Dorm Parent Faculty Name.
Public propertyDormPhoneJackNo
Gets or sets the Dorm Phone Jack Number.
Public propertyDormRoom
Gets or sets the Dorm Room.
Public propertyRoommates
Gets or sets the Roommates.
Top
Remarks
Contains properties to hold information specific to a dorm.
See Also