Click or drag to resize
VehicleDapperRepoGetAssignable Method
Gets a list of vehicles that are assignable by a agency

Namespace: RMP.WCF.Model.Vehicle
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<AssignableVehicle> GetAssignable(
	int AgencyID,
	bool ShowAll
)

Parameters

AgencyID
Type: SystemInt32
The agency that the vehicles are assigned to. Use -1 for all agencies
ShowAll
Type: SystemBoolean
Get all vehicles for a vehicle regardless if its assignable or not

Return Value

Type: ListAssignableVehicle

Implements

IVehicleRepositoryGetAssignable(Int32, Boolean)
See Also