Click or drag to resize

Department Class

Represents a single department.
Inheritance Hierarchy
SystemObject
  SeniorSystemsWS.Entity.AcademicDepartment

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

The Department type exposes the following members.

Constructors
  NameDescription
Public methodDepartment
Top
Properties
  NameDescription
Public propertyDepartmentID
Gets or sets the department ID.
Public propertyName
Gets or sets the department name.
Top
See Also