SystemTaskListInfo Constructor (DataRow) |
Constructor - Creates a new SystemTaskListInfo object from the given DataRow.
Namespace: CMS.SchedulerAssembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 12.0.0
Syntax public SystemTaskListInfo(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
DataRow with the object data
See Also