Click or drag to resize

VehicleTypePartialEntity Class

A vehicleType entity.
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.VehicleVehicleTypePartialEntity

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

The VehicleTypePartialEntity type exposes the following members.

Properties
  NameDescription
Public propertyCode
Gets or sets the code.
Public propertyDescription
Gets or sets the description.
Public propertyGUID
Gets or sets the unique identifier.
Public propertyIdleTime
Gets or sets the idle time.
Public propertyIsAutoLoadVehicleStoredTares
Gets or sets the auto load vehicle stored tares value.
Public propertyIsDeleted
Gets or sets a value indicating whether this instance is deleted.
Public propertyVehicleTypeId
Gets or sets the Vehicle Type Id.
Top
See Also