Click or drag to resize

RouteVisitJobPartialEntity Class

A route visit job.
Inheritance Hierarchy
SystemObject
  EntityObject
    AMCS.Elemos.IntegrationService.Entity.RouteRouteVisitJobPartialEntity

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 RouteVisitJobPartialEntity : EntityObject, 
	IPartialEntity

The RouteVisitJobPartialEntity type exposes the following members.

Properties
  NameDescription
Public propertyContainerTypeGUID
Gets or sets the container type unique identifier.
Public propertyJobTimeStamp
Gets or sets the job time stamp.
Public propertyLat
Gets or sets the lat.
Public propertyLocation
Gets or sets the location.
Public propertyLong
Gets or sets the long.
Public propertyMaterialGUID
Gets or sets the material unique identifier.
Public propertyQuantity
Gets or sets the quantity.
Public propertyQuantityConfirmed
Gets or sets the quantity confirmed.
Public propertyQuantityProblem
Gets or sets the quantity problem.
Public propertyRouteVisitGUID
Gets or sets the route visit unique identifier.
Public propertyWeight
Gets or sets the weight.
Top
See Also