Click or drag to resize

VehicleGroupDTO Class

OFV Kjøretøydata service

Vehiclegroup

Eg. Personal car, Truck, MC, Bike etc. etc.

Inheritance Hierarchy
SystemObject
  OfvService.DTO.CommonObjectDTO
    OfvService.DTO.VehicleVehicleGroupDTO

Namespace:  OfvService.DTO.Vehicle
Assembly:  OfvVehicleData.DTO (in OfvVehicleData.DTO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class VehicleGroupDTO : ObjectDTO

The VehicleGroupDTO type exposes the following members.

Constructors
  NameDescription
Public methodVehicleGroupDTO
Initializes a new instance of the VehicleGroupDTO class
Top
Properties
  NameDescription
Public propertyparentId
Gets or sets the parent id.
Public propertyparentName
Gets or sets the name of the parent.
Public propertysorting
Gets or sets the sorting.
Top
See Also