 | TransportationDetail Class |
Holds student Transportation detail 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 TransportationDetail
<SerializableAttribute>
Public Class TransportationDetail
[SerializableAttribute]
public ref class TransportationDetail
public class TransportationDetail
SeniorSystemsWS.Entity.TransportationDetail = function();
Type.createClass(
'SeniorSystemsWS.Entity.TransportationDetail');
The TransportationDetail type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Route |
Gets or sets the transportation route.
|
 | Stop |
Gets or sets the transportation stop.
|
 | Type |
Gets or sets the transportation type.
|
Top
See Also