Initializes a new instance of the Task class

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 Task(
	string text,
	string id
)
Visual Basic
Public Sub New ( _
	text As String, _
	id As String _
)
Visual C++
public:
Task(
	String^ text, 
	String^ id
)

Parameters

text
Type: System..::..String
id
Type: System..::..String

See Also