Click or drag to resize

ExtensibilityDataInfo(String, String, String, Boolean) Constructor

FPS-118395 Opera Room charge records require that each record be highlighted yellow (so user can identify room charge easier) Overloaded method allows user to identify if this is an opera room record extensibility call

Namespace: Micros.PosCore.Extensibility.Ops
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public ExtensibilityDataInfo(
	string strName,
	string strDataName,
	string strData,
	bool OperaRoomChargeRecord
)

Parameters

strName  String
strDataName  String
strData  String
OperaRoomChargeRecord  Boolean
See Also