Click or drag to resize
ParaPlan Logo

StopStops Method (ListTripBase)

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

Namespace:  ParaPlanREST.Models
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<Stop> Stops(
	List<TripBase> Trips
)

Parameters

Trips
Type: System.Collections.GenericListTripBase

[Missing <param name="Trips"/> documentation for "M:ParaPlanREST.Models.Stop.Stops(System.Collections.Generic.List{ParaPlan.Entities.TripBase})"]

Return Value

Type: ListStop

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

See Also