Click or drag to resize

RoutePointVisitInfo Constructor

Initializes a new instance of the RoutePointVisitInfo class.

Namespace:  Resto.Front.Api.Data.Brd
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public RoutePointVisitInfo(
	PointVisitTime visitedAt,
	ExpectedVisitInterval expectedVisitInterval
)

Parameters

visitedAt
Type: Resto.Front.Api.Data.BrdPointVisitTime
Information about the time of visiting the route point.
expectedVisitInterval
Type: Resto.Front.Api.Data.BrdExpectedVisitInterval
Time interval for the courier to visit the route point.
See Also