Click or drag to resize

CustomerDisplayTextTask Constructor

Main constructor

Namespace: Resto.Front.Api.Data.Device.Tasks
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public CustomerDisplayTextTask(
	int maxShowTimeMillis,
	string topLeft,
	string topRight,
	string bottomLeft,
	string bottomRight
)

Parameters

maxShowTimeMillis  Int32
 
topLeft  String
 
topRight  String
 
bottomLeft  String
 
bottomRight  String
 
See Also