Click or drag to resize

TechnicalDataDTO Class

OFV Kjøretøydata service

List of technical data

Eg. color, seats, lights etc. etc.

Inheritance Hierarchy
SystemObject
  OfvService.DTO.CommonObjectDTO
    OfvService.DTO.VehicleTechnicalDataDTO

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

The TechnicalDataDTO type exposes the following members.

Constructors
  NameDescription
Public methodTechnicalDataDTO
Initializes a new instance of the TechnicalDataDTO class
Top
Properties
  NameDescription
Public propertymappingCode
Unique identifier for the datatype
Public propertysearchFilter
Use this for building search criteria
Public propertysorting
Gets or sets the sorting.
Public propertytype
The system type of the value

Number, Text, Yes-No etc. (type of technicaldata in database)

Public propertyvalue
Value of the data.

Eg. 115, 1995, Automatic etc. etc.

Public propertyvalueAlternative
Value alternative.

Eg. technicalId "104" has value "A" and alternative can be "All" (Alle in Norwegian) or technicalId "601" has value "S" and alternative can be "Disc" (Skiver in Norwegian).

Public propertyvalueType
Type of value.

Eg. HK, cm2, kg etc. etc.

Top
See Also