Click or drag to resize

IEditSessionChangeModifierItemVerificationResult Method

Sets the verification result for an identifier code in a modifier item.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeModifierItemVerificationResult(
	Guid identifierCodeId,
	string sourceKey,
	CodeVerificationResult verificationResult,
	IOrderStub order,
	IOrderModifierItemStub modifierItem
)

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.
modifierItem
Type: Resto.Front.Api.Editors.StubsIOrderModifierItemStub
Modifier item containing the identifier code.
See Also