Click or drag to resize

Ride Class

Delivery ride corresponding to an external courier service.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.BrdRide

Namespace: Resto.Front.Api.Data.Brd
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
[SerializableAttribute]
public sealed class Ride : IVersionedEntity, IEntity, 
	ISerializable

The Ride type exposes the following members.

Constructors
 NameDescription
Public methodRideInitializes a new instance of the Ride class
Public methodRide(Guid) Initializes a new instance of the Ride class.
Top
Properties
 NameDescription
Public propertyDeliveryOfferId Identifier of the delivery offer in the external courier service.
Public propertyDestinationPointVisitInfo Information on the time of the courier's visit to the destination point.
Public propertyEcsId Identifier of external courier service.
Public propertyExternalId Identifier of the ride in the external courier service.
Public propertyId Identifier of a ride entity.
Public propertyOrderId Identifier of delivery order.
Public propertyRevision Incremental version of the entity.
Public propertySourcePointVisitInfo Information on the time of the courier's visit to the departure point (pick-up point).
Public propertyStatus Current status of a ride.
Public propertyStatusDetails Some additional ride status info received from an external courier service.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetObjectData 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
Currently, only one external courier service's in use - Yandex Delivery.
See Also