Click or drag to resize

IPreliminaryOrder Interface

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

The IPreliminaryOrder type exposes the following members.

Properties
  NameDescription
Public propertyCreateTime
Time of creation
Public propertyId (Inherited from IEntity.)
Public propertyNumber
Arbitrary non-unique identifier (tag)
Public propertyOriginName
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.
Public propertyProducts
Order products
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also