Namespace: Resto.Front.Api.V3.Data.Brd
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
public interface IDelivery : IVersionedEntity, IEntity, ISerializable
The IDelivery type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToEntityStub | (Defined by IEntityExtensions.) |
Properties
| Name | Description | |
|---|---|---|
| ActualDeliverTime | Time when delivery was actually delivered to client | |
| Address | Address where delivery will be delivered | |
| BillTime | Time when bill cheque for delivery was printed | |
| CancelCause | Cause of cancelling delivery | |
| CancelTime | Time when delivery was marked as cancelled | |
| Client | Client that ordered delivery | |
| CloseTime | Time when delivery was marked as closed | |
| Comment | Client's comment on delivery | |
| ConfirmTime | Time when delivery was confirmed | |
| Courier | Courier that delivers order | |
| CreateTime | Time when delivery is created | |
| DeliveryOperator | User who creates delivery | |
| Duration | ||
E-mail of client | ||
| ExpectedDeliverTime | Time when client wants delivery to be delivered | |
| HasProblem | Whether delivery is marked as having problem | |
| Id | (Inherited from IEntity.) | |
| IsCourierSelectedManually | Whether courier selected from UI or automatically | |
| Latitude | Latitude of geoposition of the delivery address | |
| Longitude | Longitude of geoposition of the delivery address | |
| MarketingSource | Advertising Source of delivery (for example, some web site, call center) | |
| Number | ||
| Order | Delivery order. | |
| PersonsCount | Delivery persons count | |
| Phone | Phone of client | |
| PrintTime | Time when delivery order was printed | |
| ProblemComment | Description of problem. Not empty ProblemComment doesn't mean delivery is currently problem: comment could been filled in earlier, and after that HasProblem flag was unchecked. That means that delivery had some problems some time ago. | |
| Revision | (Inherited from IVersionedEntity.) | |
| SendTime | Time when delivery was sent to client | |
| SourceId | Identifier of delivery that existed before splitting it by multiple cash registers. Depending on settings, a single order can be split by multiple cash registers before payment, producing multiple orders. At the same time base delivery is also split; at this moment SourceId of all produced deliveries is set to Id of base delivery. If delivery was not split by cash registers, SourceId returns null. | |
| SourceKey | Source of delivery (for example, some web site, call center) | |
| SplitBetweenPersons | Indicates if delivery order should be split between persons or not | |
| Status | Status of delivery |
See Also