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.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public interface IKitchenOrderCookingItemComment : ISerializable

The IKitchenOrderCookingItemComment type exposes the following members.

Properties
 NameDescription
Public propertyCommentText of the comment.
Public propertyDeletedWhether comment of the printed product was deleted.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also