Click or drag to resize

CheckSummaryData Constructor (Int32, CGwCheckTotal, DataStoreClient, Int32, Boolean, CultureInfo)

Constructor

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public CheckSummaryData(
	int wsId,
	CGwCheckTotal t,
	DataStoreClient DS,
	int decimalPlaces,
	bool useThousandChar,
	CultureInfo cultureInfo
)

Parameters

wsId
Type: SystemInt32
t
Type: CGwCheckTotal
DS
Type: DataStoreClient
decimalPlaces
Type: SystemInt32
useThousandChar
Type: SystemBoolean
cultureInfo
Type: System.GlobalizationCultureInfo
See Also