Click or drag to resize

ModelingCoreExtensionsIsAssignedOrReassigned Method

Determines whether the specified PFNotificationTriggerType is either TaskAssigned, TaskAssignedOnly or TaskReassignedOnly.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static bool IsAssignedOrReassigned(
	this PFNotificationTriggerType triggerType
)

Parameters

triggerType
Type: Packflow.CorePFNotificationTriggerType

Return Value

Type: Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PFNotificationTriggerType. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also