Click or drag to resize
VehicleTypeEditorReadListAll Method
Gets all the records

Namespace: RMP.WCF.Model.VehicleType
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<VehicleTypeRow> ReadListAll()

Return Value

Type: ListVehicleTypeRow
A list of all existing records

Implements

IEditorTReadListAll
See Also