Click or drag to resize

OpsCustomOrderDeviceEventArgs Constructor

Initializes a new instance of the OpsCustomOrderDeviceEventArgs class

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll)
Syntax
C#
public OpsCustomOrderDeviceEventArgs(
	DeviceType target,
	List<ExtensibilityOpsDisplayDetail> dtl,
	string customName,
	List<ExtensibilityOpsDisplayDetail> allDtl,
	int orderDeviceIndex
)

Parameters

target
Type: Micros.PosCore.Extensibility.OpsDeviceType
dtl
Type: System.Collections.GenericListExtensibilityOpsDisplayDetail
customName
Type: SystemString
allDtl
Type: System.Collections.GenericListExtensibilityOpsDisplayDetail
orderDeviceIndex
Type: SystemInt32
See Also