Click or drag to resize

RoutePartialEntity Class

A route.
Inheritance Hierarchy
SystemObject
  EntityObject
    AMCS.Elemos.IntegrationService.Entity.RouteRoutePartialEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Route
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class RoutePartialEntity : EntityObject, 
	IPartialEntity

The RoutePartialEntity type exposes the following members.

Properties
  NameDescription
Public propertyAreaOfOriginGUID
Gets or sets the area of origin unique identifier.
Public propertyCompanyOutletGUID
Gets or sets the company outlet unique identifier.
Public propertyDayOfWeek
Gets or sets the day of week.
Public propertyDefaultTipMaterialGUID
Gets or sets the default tip material unique identifier.
Public propertyDescription
Gets or sets the description.
Public propertyDriverSysUserName
Gets or sets the driver sys user name.
Public propertyEndRouteTime
Gets or sets the end route time.
Public propertyGpsMatchingEnabled
Gets or sets the GPS matching enabled.
Public propertyGpsMatchingMaxRange
Gets or sets the GPS matching maximum range.
Public propertyGpsMatchingMinProximity
Gets or sets the GPS matching minimum proximity.
Public propertyNotes
Gets or sets the notes.
Public propertyPickupInterval
Gets or sets the pickup interval.
Public propertyRouteDate
Gets or sets the route date.
Public propertyRouteManagementTypeGUID
Gets or sets the route management type unique identifier.
Public propertyRouteMaterialClasses
Gets or sets the route material classes.
Public propertyRouteNo
Gets or sets the route no.
Public propertyRouteVisitProximityRadius
Gets or sets the route visit proximity radius.
Public propertyRouteVisits
Gets or sets the route visits.
Public propertyStartRouteTime
Gets or sets the start route time.
Public propertyUseSystemGpsMatchingSettings
Gets or sets the use system GPS matching settings.
Public propertyVehicleGUID
Gets or sets the vehicle unique identifier.
Public propertyVehicleTypeGUID
Gets or sets the vehicle type unique identifier.
Top
See Also