Click or drag to resize

SegmentDTO Class

OFV Kjøretøydata service

Segment.

Eg. SUV, Stationcar etc. etc.

Inheritance Hierarchy
SystemObject
  OfvService.DTO.CommonObjectDTO
    OfvService.DTO.VehicleSegmentDTO

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

The SegmentDTO type exposes the following members.

Constructors
  NameDescription
Public methodSegmentDTO
Initializes a new instance of the SegmentDTO class
Top
Properties
  NameDescription
Public propertyshortName
Gets or sets the short name.
Public propertysorting
Gets or sets the sorting.
Top
See Also