Click or drag to resize

IEditSessionChangeOrderItemVerificationResult Method

Sets the verification result for an identifier code in an order item.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void ChangeOrderItemVerificationResult(
	Guid identifierCodeId,
	string sourceKey,
	CodeVerificationResult verificationResult,
	IOrderStub order,
	IOrderProductItemStub orderItem
)

Parameters

identifierCodeId  Guid
Unique identifier of the marking code to update.
sourceKey  String
Source identifier for the verification result. Should match a key in the VerificationResults VerificationResults dictionary.
verificationResult  CodeVerificationResult
New verification result to apply. If null, the result for the specified source key will be removed.
order  IOrderStub
Order that contains the product item.
orderItem  IOrderProductItemStub
Order item containing the identifier code.
See Also