Click or drag to resize

SendPluResult Constructor

Main constructor

Namespace:  Resto.Front.Api.Data.Device.Results
Assembly:  Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public SendPluResult(
	bool success,
	List<SendPluItemResult> itemResults
)

Parameters

success
Type: SystemBoolean
itemResults
Type: System.Collections.GenericListSendPluItemResult
See Also