ClientAppointmentData constructor.

Namespace:  C1.Web.UI.Controls.C1Schedule.Common
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public ClientAppointmentData(
	Hashtable ht,
	C1Schedule schedule
)
Visual Basic
Public Sub New ( _
	ht As Hashtable, _
	schedule As C1Schedule _
)

See Also