Click or drag to resize

PartialRefuelEventEntity Class

Partial Refuel Event Entity
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.VehiclePartialRefuelEventEntity

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
public class PartialRefuelEventEntity : IntegrationEntity

The PartialRefuelEventEntity type exposes the following members.

Constructors
  NameDescription
Public methodPartialRefuelEventEntity
Initializes a new instance of the PartialRefuelEventEntity class.
Public methodPartialRefuelEventEntity(RefuelEventEntity)
Initializes a new instance of the PartialRefuelEventEntity class.
Top
Properties
  NameDescription
Public propertyEndTimestamp
Gets or sets the end timestamp.
Public propertyRefuelEventGuid
Gets or sets the refuel event unique identifier.
Public propertyRefuelEventId
Gets or sets the refuel event identifier.
Public propertyRegistrationNo
Gets or sets the registration no.
Public propertyRouteGuid
RouteGuid
Public propertyScheduleGuid
ScheduleGuid
Public propertySiteName
Gets or sets the name of the site.
Public propertyStartTimestamp
Gets or sets the start timestamp.
Public propertySupplierSiteGuid
SupplierSiteGuid
Public propertySupplierSiteId
Gets or sets the supplier site identifier.
Public propertySysUserForename
Gets or sets the system user forename.
Public propertySysUserId
Gets or sets the system user identifier.
Public propertySysUserSurname
Gets or sets the system user surname.
Public propertyVehicleGuid
VehicleGuid
Public propertyVehicleId
Gets or sets the vehicle identifier.
Public propertyVolume
Gets or sets the volume.
Top
See Also