| ICafeSession Interface | 
Namespace: Resto.Front.Api.Data.Device
 Syntax
Syntaxpublic interface ICafeSession : ISerializable, IEntity
The ICafeSession type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CashRegister | The cash register device on which this cafe session is open. | 
|  | Id | (Inherited from IEntity.) | 
|  | Number | The number of the cafe session. | 
|  | OpenTime | When the cafe session was opened. | 
|  | ResponsibleManager | The manager who opened this cafe session. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object.(Inherited from ISerializable.) | 
 See Also
See Also