Click or drag to resize

RequiredParameter Constructor

Main constructor

Namespace: Resto.Front.Api.Data.Device.Tasks
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public RequiredParameter(
	string name,
	string resourceName,
	string resourceTip,
	string type
)

Parameters

name  String
 
resourceName  String
 
resourceTip  String
 
type  String
 
See Also