Click or drag to resize

IOrderItemGuest Interface

Namespace:  Resto.Front.Api.V4.Data.Orders
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
public interface IOrderItemGuest : ISerializable, 
	IEntity

The IOrderItemGuest type exposes the following members.

Properties
  NameDescription
Public propertyId (Inherited from IEntity.)
Public propertyName
Public propertyOrder
Public propertyRank
Guest's rank in order.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
Extension Methods
  NameDescription
Public Extension MethodToEntityStub (Defined by IEntityExtensions.)
Top
See Also