OpsCheckConfirmationRequest Constructor |
Constructor
Namespace:
Micros.Ops
Assembly:
Ops (in Ops.dll) Version: 18.2
Syntaxpublic OpsCheckConfirmationRequest(
ETitlesIds titleId,
TranslatedText tt,
CheckSummaryData selectedCheck
)
Parameters
- titleId
- Type: ETitlesIds
ID of the title text to be displayed. - tt
- Type: TranslatedText
The translated text instance to be used when translating dialog text. - selectedCheck
- Type: Micros.OpsCheckSummaryData
Check data to be displayed.
See Also