Click or drag to resize

VehiclePartialEntity Class

A vehicle entity.
Inheritance Hierarchy
SystemObject
  EntityObject
    AMCS.Elemos.IntegrationService.Entity.VehicleVehiclePartialEntity

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 VehiclePartialEntity : EntityObject, 
	IPartialEntity

The VehiclePartialEntity type exposes the following members.

Properties
  NameDescription
Public propertyCompanyOutletGUID
Gets or sets the company outlet unique identifier.
Public propertyCompanyOutletId
Gets or sets the id of the company outlet.
Public propertyIsDeleted
Gets or sets a value indicating whether this instance is deleted.
Public propertyMake
Gets or sets the make.
Public propertyMaxWeight
Gets or sets the maximum weight.
Public propertyModel
Gets or sets the model.
Public propertyNotes
Gets or sets the notes.
Public propertyRegistrationNo
Gets or sets the registration no.
Public propertyRejectedReason
Gets or sets the rejected reason.
Public propertyShouldAssignAllContainerTypesToVehicle
Gets or sets a value indicating whether [should assign all container types to vehicle].
Public propertyTareWeight
Gets or sets the tare weight.
Public propertyVehicleCode
Gets or sets the vehicle code.
Public propertyVehicleId
Gets or sets the vehicle identifier.
Public propertyVehicleType
Gets or sets the type of the vehicle.
Public propertyVehicleTypeGuid
Gets or sets the unique identifier of the vehicle type.
Public propertyVehicleTypeId
Gets or sets the id of the vehicle type.
Public propertyVINNumber
Gets or sets the vin number.
Top
See Also