Click or drag to resize

OpsDiscountEventArgs Constructor

Initializes a new instance of the OpsDiscountEventArgs class

Namespace: Micros.PosCore.Extensibility.Ops
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public OpsDiscountEventArgs(
	DiscountInfo data,
	bool bIsReadOnly,
	DataStoreClient ds
)

Parameters

data  DiscountInfo
 
bIsReadOnly  Boolean
 
ds  DataStoreClient
 
See Also