Click or drag to resize

IPreliminaryOrder Interface


Namespace: Resto.Front.Api.Data.PreliminaryOrders
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public interface IPreliminaryOrder : ISerializable, 
	IEntity

The IPreliminaryOrder type exposes the following members.

Properties
 NameDescription
Public propertyCreateTimeTime of creation
Public propertyId
(Inherited from IEntity)
Public propertyNumberArbitrary non-unique identifier (tag)
Public propertyOriginNameOptional 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.
Public propertyProductsOrder products
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also