Click or drag to resize

CommentDTO Class

OFV Kjøretøydata service

Represent general comments from table in database

Eg. equipment commnets, technical data comments or comments on vehicle in general.

Inheritance Hierarchy
SystemObject
  OfvService.DTO.VehicleCommentDTO

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

The CommentDTO type exposes the following members.

Constructors
  NameDescription
Public methodCommentDTO
Initializes a new instance of the CommentDTO class
Top
Properties
  NameDescription
Public propertydescription
Gets or sets the description.
Public propertyname
Gets or sets the name.
Public propertytype
Gets or sets the type.
Top
See Also