Class Trip
A
Trip
is a journey from a position A to a position B.
Inheritance
System.Object
Trip
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SOHMultimodalModel.Planning
Assembly: SOHMultimodalModel.dll
Syntax
public class Trip
Constructors
| Improve this Doc View SourceTrip(TripReason, DateTime)
A
Trip
is a journey from a position A to a position B.
Declaration
public Trip(TripReason tripReason, DateTime startTime)
Parameters
Type | Name | Description |
---|---|---|
TripReason | tripReason | |
System.DateTime | startTime |
Properties
| Improve this Doc View SourceStartTime
A
Trip
is a journey from a position A to a position B.
Declaration
public DateTime StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
TripReason
A
Trip
is a journey from a position A to a position B.
Declaration
public TripReason? TripReason { get; }
Property Value
Type | Description |
---|---|
System.Nullable<TripReason> |