 | Transportation Class |
Holds student Transportation-related information.
Inheritance Hierarchy
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax[SerializableAttribute]
public class Transportation
<SerializableAttribute>
Public Class Transportation
[SerializableAttribute]
public ref class Transportation
public class Transportation
SeniorSystemsWS.Entity.Transportation = function();
Type.createClass(
'SeniorSystemsWS.Entity.Transportation');
The Transportation type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | AM |
Gets or sets the AM transportation information.
|
 | PM |
Gets or sets the PM transportation information.
|
Top
See Also