IEditSessionChangeOrderItemVerificationResult Method |
Sets the verification result for an identifier code in an order item.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid 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