Click or drag to resize

Roommate Class

Information for a roommate.
Inheritance Hierarchy
SystemObject
  SeniorSystemsWS.EntityRoommate

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

The Roommate type exposes the following members.

Constructors
  NameDescription
Public methodRoommate
Top
Properties
  NameDescription
Public propertyStudentID
Gets or sets the Student ID.
Public propertyStudentName
Gets or sets the Student Name.
Top
Remarks
Contains properties to hold roommate information.
See Also