Click or drag to resize

PartialDisposalEventEntity Class

Partial Disposal Event Entity
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.VehiclePartialDisposalEventEntity

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

The PartialDisposalEventEntity type exposes the following members.

Constructors
  NameDescription
Public methodPartialDisposalEventEntity
Initializes a new instance of the PartialDisposalEventEntity class.
Public methodPartialDisposalEventEntity(DisposalTripEntity)
Initializes a new instance of the PartialDisposalEventEntity class.
Top
Properties
  NameDescription
Public propertyDisposalTripGuid
Gets or sets the disposal trip unique identifier.
Public propertyDisposalTripId
Gets or sets the disposal trip identifier.
Public propertyEndTimestamp
Gets or sets the end timestamp.
Public propertyJobGuid
Gets or sets the job unique identifier.
Public propertyJobId
Gets or sets the job identifier.
Public propertyJobTicketNo
Gets or sets the job ticket no.
Public propertyNetWeight
Gets or sets the net weight.
Public propertyRegistrationNo
Gets or sets the registration no.
Public propertyRouteGuid
Gets or sets the GUID of the route.
Public propertyScheduleGuid
Gets or sets the GUID of the schedule.
Public propertySiteName
Gets or sets the name of the site.
Public propertyStartTimestamp
Gets or sets the start timestamp.
Public propertySupplierSiteGuid
Gets or sets the GUID of the supplier site.
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 propertyTicketNumber
Gets or sets the ticket number.
Public propertyVehicleGuid
Gets or sets the GUID of the vehicle.
Public propertyVehicleId
Gets or sets the vehicle identifier.
Top
See Also