Click or drag to resize

EquipmentTypeDTO Class

OFV Kjøretøydata service

Represent basic data from table in database

Eg. internal or external equipment.

Inheritance Hierarchy
SystemObject
  OfvService.DTO.VehicleEquipmentTypeDTO

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

The EquipmentTypeDTO type exposes the following members.

Constructors
  NameDescription
Public methodEquipmentTypeDTO
Initializes a new instance of the EquipmentTypeDTO class
Top
Properties
  NameDescription
Public propertyid
Gets or sets the id.
Public propertyname
Gets or sets the name.
Top
See Also