Click or drag to resize

VehicleTypeSafetyCheckMappingEntity Class

A vehicle safety check mapping entity.
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.VehicleVehicleTypeSafetyCheckMappingEntity

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
[SerializableAttribute]
public class VehicleTypeSafetyCheckMappingEntity : IntegrationEntity

The VehicleTypeSafetyCheckMappingEntity type exposes the following members.

Constructors
  NameDescription
Public methodVehicleTypeSafetyCheckMappingEntity
Initializes a new instance of the VehicleTypeSafetyCheckMappingEntity class.
Public methodVehicleTypeSafetyCheckMappingEntity(Object)
Initializes a new instance of the VehicleTypeSafetyCheckMappingEntity class.
Top
Properties
  NameDescription
Public propertyVehicleSafetyCheckGuid
Gets or sets the vehicle safety check unique identifier.
Public propertyVehicleSafetyCheckId
Gets or sets the vehicle safety check identifier.
Public propertyVehicleTypeGuid
Gets or sets the unique identifier.
Public propertyVehicleTypeId
Gets or sets the vehicle type safety check identifier.
Top
See Also