Click or drag to resize

VehicleTypeVehicleSafetyCheckPartialEntity Class

A vehicle type vehicle safety check relationship.
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.VehicleVehicleTypeVehicleSafetyCheckPartialEntity

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 VehicleTypeVehicleSafetyCheckPartialEntity : IntegrationEntity

The VehicleTypeVehicleSafetyCheckPartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodVehicleTypeVehicleSafetyCheckPartialEntity
Initializes a new instance of the VehicleTypeVehicleSafetyCheckPartialEntity class.
Public methodVehicleTypeVehicleSafetyCheckPartialEntity(Object)
Initializes a new instance of the VehicleTypeVehicleSafetyCheckPartialEntity class.
Top
Properties
  NameDescription
Public propertyGUID
Gets or sets the unique identifier.
Public propertyIsDeleted
Gets or sets a value indicating whether this instance is deleted.
Public propertyVehicleSafetyCheckDescription
Gets or sets the description.
Public propertyVehicleSafetyCheckFullDescription
Gets or sets the full description.
Public propertyVehicleSafetyCheckGUID
Gets or sets the unique identifier.
Public propertyVehicleSafetyCheckId
Gets or sets the vehicle safety check identifier.
Public propertyVehicleTypeDescription
Gets or sets the description.
Public propertyVehicleTypeGUID
Gets or sets the unique identifier.
Public propertyVehicleTypeId
Gets or sets the vehicle type identifier.
Public propertyVehicleTypeSafetyCheckId
Gets or sets the vehicle type safety check identifier.
Top
See Also