Click or drag to resize

PartialRoadBlockageEntity Class

Partial Road Blockage Entity
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.VehiclePartialRoadBlockageEntity

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

The PartialRoadBlockageEntity type exposes the following members.

Constructors
  NameDescription
Public methodPartialRoadBlockageEntity
Initializes a new instance of the PartialRoadBlockageEntity class.
Public methodPartialRoadBlockageEntity(RoadBlockageEntity)
Initializes a new instance of the PartialRoadBlockageEntity class.
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets the description.
Public propertyEndTimestamp
Gets or sets the end timestamp.
Public propertyLastChangeReasonId
Gets or sets the last change reason identifier.
Public propertyPhotoBytes
Gets or sets the photo bytes.
Public propertyRoadBlockageGuid
Gets or sets the road blockage unique identifier.
Public propertyRoadBlockageId
Gets or sets the road blockage identifier.
Public propertyRouteGuid
Gets or sets the route unique identifier.
Public propertyScheduleGuid
Gets or sets the schedule unique identifier.
Public propertyStartTimestamp
Gets or sets the start timestamp.
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.
Top
See Also