Click or drag to resize
ParaPlan Logo

FleetmanagerFleetmanagers Method (ListTripBase, ListFleetManager)

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

Namespace:  ParaPlanREST.Models
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<Fleetmanager> Fleetmanagers(
	List<TripBase> Trips,
	List<FleetManager> Routes
)

Parameters

Trips
Type: System.Collections.GenericListTripBase

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

Routes
Type: System.Collections.GenericListFleetManager

[Missing <param name="Routes"/> documentation for "M:ParaPlanREST.Models.Fleetmanager.Fleetmanagers(System.Collections.Generic.List{ParaPlan.Entities.TripBase},System.Collections.Generic.List{ParaPlan.Entities.FleetManager})"]

Return Value

Type: ListFleetmanager

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

See Also