Click or drag to resize
ParaPlan Logo

StopStops Method (ListTrip)

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

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

Parameters

Trips
Type: System.Collections.GenericListTrip

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

Return Value

Type: ListStop

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

See Also