Click or drag to resize

IKitchenOrderCookingItemComment Interface

Comment for order item product, kitchen equivalent of IOrderCookingItemComment.

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

The IKitchenOrderCookingItemComment 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