Click or drag to resize

OpsCountSheetRequest Constructor

Initializes a new instance of the OpsCountSheetRequest class

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public OpsCountSheetRequest(
	CountSheet countSheet,
	ITranslatableString title,
	string reference
)

Parameters

countSheet
Type: CountSheet
title
Type: ITranslatableString
reference
Type: SystemString
See Also