Click or drag to resize

ICafeSession Interface

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

The ICafeSession type exposes the following members.

Properties
  NameDescription
Public propertyCashRegister
The cash register device on which this cafe session is open.
Public propertyId (Inherited from IEntity.)
Public propertyNumber
The number of the cafe session.
Public propertyOpenTime
When the cafe session was opened.
Public propertyResponsibleManager
The manager who opened this cafe session.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also