Click or drag to resize

IPointOfSale Interface

Point of sale

Namespace:  Resto.Front.Api.Data.Organization
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public interface IPointOfSale : ISerializable, 
	IEntity

The IPointOfSale type exposes the following members.

Properties
  NameDescription
Public propertyCashRegister
CashRegister of current point of sale
Public propertyConception
Conception of current point of sale
Public propertyId (Inherited from IEntity.)
Public propertyIsMain
Is current point of sale main cash
Public propertyName
Point of sale name.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also