Click or drag to resize

IPastOrderHrsTransaction Interface

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

The IPastOrderHrsTransaction type exposes the following members.

Properties
  NameDescription
Public propertyGuestHrsIdentifier
Guest HRS identifier.
Public propertyGuestName
Guest name.
Public propertyId (Inherited from IEntity.)
Public propertyRoomNumber
Room number.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also