Click or drag to resize
ParaPlan Logo

TripLogLogs Method

[Missing <summary> documentation for "M:ParaPlanREST.Models.TripLog.Logs(System.Collections.Generic.List{ParaPlan.Entities.TripScheduleHistory})"]

Namespace:  ParaPlanREST.Models
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<TripLog> Logs(
	List<TripScheduleHistory> History
)

Parameters

History
Type: System.Collections.GenericListTripScheduleHistory

[Missing <param name="History"/> documentation for "M:ParaPlanREST.Models.TripLog.Logs(System.Collections.Generic.List{ParaPlan.Entities.TripScheduleHistory})"]

Return Value

Type: ListTripLog

[Missing <returns> documentation for "M:ParaPlanREST.Models.TripLog.Logs(System.Collections.Generic.List{ParaPlan.Entities.TripScheduleHistory})"]

See Also