Click or drag to resize

VehicleCheckPartialEntity Class

Vehicle Check Partial Entity
Inheritance Hierarchy
SystemObject
  AMCS.Elemos.IntegrationService.Entity.VehicleVehicleCheckPartialEntity

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 VehicleCheckPartialEntity

The VehicleCheckPartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodVehicleCheckPartialEntity
Initializes a new instance of the VehicleCheckPartialEntity class
Top
Properties
  NameDescription
Public propertyCheckDate
Gets or sets the check date.
Public propertyDriverName
Gets or sets the name of the driver.
Public propertyDriverSysUserGuid
Gets or sets the driver unique identifier.
Public propertyDriverSysUserId
Gets or sets the driver system user identifier.
Public propertyMileage
Gets or sets the mileage.
Public propertyNotes
Gets or sets Notes.
Public propertyNumberOfCrew
Gets or sets the number of crew.
Public propertyRouteGuid
Gets or sets the route unique identifier.
Public propertyScheduleGuid
Gets or sets the schedule unique identifier.
Public propertyTicketNumber
Gets or sets the ticket number.
Public propertyTimestamp
Gets or sets the timestamp.
Public propertyVehicleCheckCrewMembers
Gets or sets the vehicle check crew members.
Public propertyVehicleCheckGuid
Gets or sets the vehicle check unique identifier.
Public propertyVehicleCheckId
Gets or sets the vehicle check identifier.
Public propertyVehicleCheckTypeGuid
Gets or sets the vehicle check type unique identifier.
Public propertyVehicleCheckTypeId
Gets or sets the vehicle check type identifier.
Public propertyVehicleCheckVehicleSafetyChecks
Gets or sets the vehicle check vehicle safety checks.
Public propertyVehicleCode
Gets or sets the vehicle code.
Public propertyVehicleGuid
Gets or sets the vehicle unique identifier.
Public propertyVehicleId
Gets or sets the vehicle identifier.
Top
See Also