Click or drag to resize

IRestaurant Interface

Namespace:  Resto.Front.Api.Data.Organization
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public interface IRestaurant : ISerializable

The IRestaurant type exposes the following members.

Properties
  NameDescription
Public propertyAccountingReasonCode
Public propertyAddress
Restaurant address.
Public propertyCanDeleteOrdersOutOfCafeSession
Is it possible to delete orders with closed cafe session.
Public propertyCompanyName
Name of the company from the iikoRms license.
Public propertyCourseCustomNames
Custom names of courses.
Public propertyCrmId
Unique identifier of the organization (installation of iikoRms).
Public propertyCurrency
Public propertyDepartmentCode
Public propertyDepartmentId
Public propertyDisplayRelativeNumberOfModifiers
Whether to display relative number of modifiers.
Public propertyIikoUid
Serial number of the iikoRms license (temporary).
Public propertyIsRoundingDownOrderSum
Public propertyIsRoundingPricePerUnit
Public propertyLegalAddress
Company legal address.
Public propertyLegalAddressDetailed
Company legal address detailed.
Public propertyLegalName
Company legal name.
Public propertyName
Restaurant name.
Public propertyOrderTypeFillRequirements
Order type filling requirements.
Public propertyRegistrationNumber
Public propertyTaxId
Company Tax Identification Number (TIN).
Public propertyUsePersonalRoles
Whether the restaurant uses roles (IRole) for personal sessions.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also