Constructor that sets the default values.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

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

Parameters

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

See Also