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.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeOrderItemVerificationResult(
	Guid identifierCodeId,
	string sourceKey,
	CodeVerificationResult verificationResult,
	IOrderStub order,
	IOrderProductItemStub orderItem
)

Parameters

identifierCodeId
Type: SystemGuid
Unique identifier of the marking code to update.
sourceKey
Type: SystemString
Source identifier for the verification result. Should match a key in the VerificationResults VerificationResults dictionary.
verificationResult
Type: Resto.Front.Api.Data.OrdersCodeVerificationResult
New verification result to apply. If null, the result for the specified source key will be removed.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order that contains the product item.
orderItem
Type: Resto.Front.Api.Editors.StubsIOrderProductItemStub
Order item containing the identifier code.
See Also