| TripLog Constructor (TripScheduleHistory) |
Initializes a new instance of the
TripLog class
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TripLog(
TripScheduleHistory tsh
)
public:
TripLog(
TripScheduleHistory^ tsh
)
ParaPlanREST.Models.TripLog = function(tsh);
Parameters
- tsh
- Type: TripScheduleHistory
[Missing <param name="tsh"/> documentation for "M:ParaPlanREST.Models.TripLog.#ctor(ParaPlan.Entities.TripScheduleHistory)"]
See Also