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

Syntax

C#
public ConflictDetector Add(
	DataTable source,
	string startFieldName,
	string endFieldName,
	string resourceFieldName
)
Visual Basic
Public Function Add ( _
	source As DataTable, _
	startFieldName As String, _
	endFieldName As String, _
	resourceFieldName As String _
) As ConflictDetector
Visual C++
public:
ConflictDetector^ Add(
	DataTable^ source, 
	String^ startFieldName, 
	String^ endFieldName, 
	String^ resourceFieldName
)

Parameters

source
Type: System.Data..::..DataTable
startFieldName
Type: System..::..String
endFieldName
Type: System..::..String
resourceFieldName
Type: System..::..String

See Also