Click or drag to resize

VehicleCheckSearchPartialEntity Class

A search request object for vehicle checks.
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.VehicleVehicleCheckSearchPartialEntity

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

The VehicleCheckSearchPartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodVehicleCheckSearchPartialEntity
Initializes a new instance of the VehicleCheckSearchPartialEntity class.
Public methodVehicleCheckSearchPartialEntity(Object)
Initializes a new instance of the VehicleCheckSearchPartialEntity class.
Top
Properties
  NameDescription
Public propertyDriverSysUserGUID
Gets or sets the driver system user unique identifier.
Public propertyEndDate
Gets or sets the end date.
Public propertyMaxRecords
Gets or sets the maximum records.
Public propertyStartDate
Gets or sets the start date.
Public propertyVehicleCheckTypeEnum
Gets or sets the vehicle check type enum.
Public propertyVehicleGuid
Gets or sets the vehicle unique identifier.
Top
See Also