Click or drag to resize

VehicleTypeSafetyCheckSearchEntity Class

A vehicle type safety check search request entity.
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.VehicleVehicleTypeSafetyCheckSearchEntity

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

The VehicleTypeSafetyCheckSearchEntity type exposes the following members.

Constructors
  NameDescription
Public methodVehicleTypeSafetyCheckSearchEntity
Initializes a new instance of the VehicleTypeSafetyCheckSearchEntity class.
Public methodVehicleTypeSafetyCheckSearchEntity(Object)
Initializes a new instance of the VehicleTypeSafetyCheckSearchEntity 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