Ride Class |
Namespace: Resto.Front.Api.Data.Brd
[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 | |
---|---|---|
![]() | 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 | |
![]() | 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.) |