Constructor that sets the default values.

Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public Resource(
	string name,
	string val
)
Visual Basic
Public Sub New ( _
	name As String, _
	val As String _
)
Visual C++
public:
Resource(
	String^ name, 
	String^ val
)

Parameters

name
Type: System..::..String
Row name (visible).
val
Type: System..::..String
Row value (id).

See Also