Click or drag to resize
SystemTaskListInfo Constructor (DataRow)
Constructor - Creates a new SystemTaskListInfo object from the given DataRow.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 10.0.0
Syntax
C#
public SystemTaskListInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
DataRow with the object data
See Also