Ride Class |
[SerializableAttribute] public sealed class Ride : IVersionedEntity, IEntity, ISerializable
The Ride type exposes the following members.
| Name | Description | |
|---|---|---|
| Ride | Initializes a new instance of the Ride class | |
| Ride(Guid) | Initializes a new instance of the Ride class. |
| Name | Description | |
|---|---|---|
| DeliveryOfferId | Identifier of the delivery offer in the external courier service. | |
| DestinationPointVisitInfo | Information on the time of the courier's visit to the destination point. | |
| EcsId | Identifier of external courier service. | |
| ExternalId | Identifier of the ride in the external courier service. | |
| Id | Identifier of a ride entity. | |
| OrderId | Identifier of delivery order. | |
| Revision | Incremental version of the entity. | |
| SourcePointVisitInfo | Information on the time of the courier's visit to the departure point (pick-up point). | |
| Status | Current status of a ride. | |
| StatusDetails | Some additional ride status info received from an external courier service. |
| 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) |