Click or drag to resize

ICafeSession Interface


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

The ICafeSession type exposes the following members.

Properties
 NameDescription
Public propertyCashRegisterThe cash register device on which this cafe session is open.
Public propertyId
(Inherited from IEntity)
Public propertyNumberThe number of the cafe session.
Public propertyOpenTimeWhen the cafe session was opened.
Public propertyResponsibleManagerThe manager who opened this cafe session.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also