Click or drag to resize

IRestaurant Interface


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

The IRestaurant type exposes the following members.

Properties
 NameDescription
Public propertyAccountingReasonCode 
Public propertyAddressRestaurant address.
Public propertyAddressShowTypeSettingsSettings for address.
Public propertyCanDeleteOrdersOutOfCafeSessionIs it possible to delete orders with closed cafe session.
Public propertyCompanyNameName of the company from the Syrve.ms license.
Public propertyCourseCustomNamesCustom names of courses.
Public propertyCrmIdUnique identifier of the organization (installation of Syrve.ms).
Public propertyCurrency 
Public propertyDepartmentCode 
Public propertyDepartmentId 
Public propertyDisplayRelativeNumberOfModifiersWhether to display relative number of modifiers.
Public propertyFractionalProductAmountModeFractional product amount mode.
Public propertyIikoUidSerial number of the Syrve.ms license (temporary).
Public propertyIsRoundingDownOrderSum 
Public propertyIsRoundingPricePerUnit 
Public propertyLegalAddressCompany legal address.
Public propertyLegalAddressDetailedCompany legal address detailed.
Public propertyLegalNameCompany legal name.
Public propertyNameRestaurant name.
Public propertyOrderTypeFillRequirementsOrder type filling requirements.
Public propertyPackedStatusOnCookingEnabledWhether the status is "Packed".
Public propertyRegistrationNumber 
Public propertyTaxIdCompany Tax Identification Number (TIN).
Public propertyUsePersonalRolesWhether the restaurant uses roles (IRole) for personal sessions.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also