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.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void ChangeModifierItemVerificationResult(
	Guid identifierCodeId,
	string sourceKey,
	CodeVerificationResult verificationResult,
	IOrderStub order,
	IOrderModifierItemStub modifierItem
)

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.
modifierItem  IOrderModifierItemStub
Modifier item containing the identifier code.
See Also