Click or drag to resize

DTO Class

OFV Kjøretøydata service

Data Transfer Object, that is used as return-object in service-methods.
Inheritance Hierarchy
SystemObject
  OfvService.DTO.CommonDTO

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

The DTO type exposes the following members.

Constructors
  NameDescription
Public methodDTO
Initializes a new instance of the DTO class
Top
Properties
  NameDescription
Public propertydata
Gets or sets the data.
Public propertydescription
Gets or sets the description.
Public propertysuccess
Gets or sets a value indicating whether a service-method is success.
Top
Remarks
See Also