IPreliminaryOrder Interface |
Namespace: Resto.Front.Api.V5.Data.PreliminaryOrders
public interface IPreliminaryOrder : ISerializable, IEntity
The IPreliminaryOrder type exposes the following members.
Name | Description | |
---|---|---|
CreateTime | Time of creation | |
Id | (Inherited from IEntity.) | |
Number | Arbitrary non-unique identifier (tag) | |
OriginName | Optional marker used to specify order origin. This property contains either null or name of the source order was received from. Specifying origin allows to analyse efficiency of external order sources such as different web-sites, mobile applications and so on. | |
Products | Order products |
Name | Description | |
---|---|---|
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |