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: 19.8
Syntax
C#
public OpsTmedEventArgs(
	TenderInfo data,
	bool bIsReadOnly,
	DataStoreClient ds,
	TenderMediaDetail dtl,
	DbRevenueCenterParameter rvcparam
)

Parameters

data  TenderInfo
 
bIsReadOnly  Boolean
 
ds  DataStoreClient
 
dtl  TenderMediaDetail
 
rvcparam  DbRevenueCenterParameter
 
See Also