PointVisitTime Class |
Namespace: Resto.Front.Api.Data.Brd
[SerializableAttribute] public sealed class PointVisitTime : ISerializable
The PointVisitTime type exposes the following members.
Name | Description | |
---|---|---|
![]() | PointVisitTime | Initializes a new instance of the PointVisitTime class |
![]() | PointVisitTime(NullableDateTime, NullableDateTime, Int32) |
Initializes a new instance of the PointVisitTime class.
|
Name | Description | |
---|---|---|
![]() | Actual |
Actual time of visiting the point. Filled only for visited points.
|
![]() | Expected |
Estimated time of visiting the point. Filled only for unvisited locations.
|
![]() | ExpectedWaitingTimeSec |
Estimated waiting time at the point (in seconds).
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |