Click or drag to resize

OpsTmedEventArgs Constructor

Initializes a new instance of the OpsTmedEventArgs class

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public OpsTmedEventArgs(
	TenderInfo data,
	bool bIsReadOnly,
	DataStoreClient ds,
	TenderMediaDetail dtl,
	DbRevenueCenterParameter rvcparam
)

Parameters

data
Type: TenderInfo
bIsReadOnly
Type: SystemBoolean
ds
Type: DataStoreClient
dtl
Type: Micros.PosCore.Extensibility.OpsTenderMediaDetail
rvcparam
Type: DbRevenueCenterParameter
See Also