FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasTaskDelegation Method

Checking for duplicate entry

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool hasTaskDelegation(
	string userID,
	DateTime startDate,
	DateTime endDate,
	string taskDelegationID
)
Public Function hasTaskDelegation ( _
	userID As String, _
	startDate As DateTime, _
	endDate As DateTime, _
	taskDelegationID As String _
) As Boolean
public:
bool^ hasTaskDelegation(
	String^ userID, 
	DateTime^ startDate, 
	DateTime^ endDate, 
	String^ taskDelegationID
)

Parameters

userID
Type: String
The user identifier.
startDate
Type: DateTime
The start date.
endDate
Type: DateTime
The end date.
taskDelegationID
Type: String
task delegation id

Return Value

true if [has task delegation] [the specified user identifier]; otherwise, false.