 | Department Class |
Represents a single department.
Inheritance Hierarchy
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
<SerializableAttribute>
Public Class Department
[SerializableAttribute]
public ref class Department
SeniorSystemsWS.Entity.Academic.Department = function();
Type.createClass(
'SeniorSystemsWS.Entity.Academic.Department');
The Department type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | DepartmentID |
Gets or sets the department ID.
|
 | Name |
Gets or sets the department name.
|
Top
See Also