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.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
[SerializableAttribute]
public sealed class Ride : IVersionedEntity, IEntity, 
	ISerializable

The Ride type exposes the following members.

Constructors
  NameDescription
Public methodRide
Initializes a new instance of the Ride class
Public methodRide(Guid)
Initializes a new instance of the Ride class.
Top
Properties
  NameDescription
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
Public propertyStatus
Current status of a ride.
Public propertyStatusDetails
Some additional ride status info received from an external courier service.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns 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