Click or drag to resize

ScheduleJobCreationEntity Class

Schedule job creation request.
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.ScheduleScheduleJobCreationEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Schedule
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class ScheduleJobCreationEntity : IntegrationEntity

The ScheduleJobCreationEntity type exposes the following members.

Properties
  NameDescription
Public propertyCompanyOutletGuid
Gets or sets the company outlet unique identifier.
Public propertyCompanyOutletId
Gets or sets the company outlet identifier.
Public propertyDate
Gets or sets the date.
Public propertyDescription
Gets or sets the description.
Public propertyDriverSysUserGuid
Gets or sets the driver system user unique identifier.
Public propertyDriverSysUserName
Gets or sets the driver system user name.
Public propertyIsForVehicle
Gets or sets a value indicating whether this instance is for vehicle.
Public propertyJobs
Gets or sets the jobs.
Public propertyScheduleGuid
Gets or sets the schedule unique identifier.
Public propertyVehicleGuid
Gets or sets the vehicle unique identifier.
Public propertyVehicleId
Gets or sets the vehicle identifier.
Top
See Also