Click or drag to resize

VehicleSafetyCheckPartialEntity Class

A vehicle safety check.
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.VehicleVehicleSafetyCheckPartialEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Vehicle
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class VehicleSafetyCheckPartialEntity : IntegrationEntity

The VehicleSafetyCheckPartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodVehicleSafetyCheckPartialEntity
Initializes a new instance of the VehicleSafetyCheckPartialEntity class.
Public methodVehicleSafetyCheckPartialEntity(Object)
Initializes a new instance of the VehicleSafetyCheckPartialEntity class.
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets the description.
Public propertyFullDescription
Gets or sets the full description.
Public propertyGUID
Gets or sets the unique identifier.
Public propertyIsDeleted
Gets or sets a value indicating whether this instance is deleted.
Public propertyIsEndCheck
Gets or sets a value indicating whether this instance is an end check.
Public propertyIsStartCheck
Gets or sets a value indicating whether this instance is a start check.
Public propertyLastChangeReasonId
Gets or sets the last change reason identifier.
Public propertyVehicleSafetyCheckId
Gets or sets the vehicle safety check identifier.
Public propertyVehicleTypeId
Gets or sets the vehicle type identifier.
Top
See Also