Click or drag to resize

IKitchenOrderItemProductComment Interface

Comment for order item product, kitchen equivalent of [!:Orders.IOrderItemProductComment].

Namespace:  Resto.Front.Api.V5.Data.Kitchen
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
public interface IKitchenOrderItemProductComment : ISerializable

The IKitchenOrderItemProductComment type exposes the following members.

Properties
  NameDescription
Public propertyComment
Text of the comment.
Public propertyDeleted
Whether comment of the printed product was deleted.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also