IssueTracking Methods

Include Protected Members
Include Inherited Members

The IssueTracking type exposes the following members.

Methods

  Name Description
Public method AddHandler (Inherited from DependencyObject.)
Protected method ApplyWorkflowChanges (Inherited from CompositeActivity.)
Protected method Cancel (Inherited from SequenceActivity.)
Public method CheckFlags Checks flags after a workflow step.
Public method ClearFlags Clears flags before a workflow step.
Public method Clone (Inherited from Activity.)
Public method Dispose() Releases all resources used by the current instance of the IssueTracking class.
Protected method Dispose(Boolean) (Inherited from CompositeActivity.)
Public method Equals (Inherited from Object.)
Protected method Execute (Inherited from SequentialWorkflowActivity.)
Public method FalseFunction This member is reserved for internal use and is not intended to be used directly from your code.
Protected method Finalize (Inherited from DependencyObject.)
Public method FIssueNotClosed Determines whether the issue tracked by the workflow instance is not closed.
Public method FIssueNotResolved Determines whether the issue tracked by the workflow instance is not resolved.
Public method FShouldCompleteFirstTask Determines whether the task created for the initial state of the workflow instance should be marked as completed.
Public method FShouldCompleteSecondTask Determines whether the task created for the middle state of the workflow instance should be marked as completed.
Public method GetActivityByName(String) (Inherited from Activity.)
Public method GetActivityByName(String, Boolean) (Inherited from Activity.)
Public method GetBinding (Inherited from DependencyObject.)
Protected method GetBoundValue (Inherited from DependencyObject.)
Protected method GetDynamicActivities (Inherited from CompositeActivity.)
Public method GetHashCode (Inherited from Object.)
Protected method GetInvocationList<T> (Inherited from DependencyObject.)
Public method GetTaskProps Creates the initial workflow properties when the item was started in the middle state.
Public method GetType (Inherited from Object.)
Public method GetValue (Inherited from DependencyObject.)
Public method GetValueBase (Inherited from DependencyObject.)
Protected method HandleFault (Inherited from SequenceActivity.)
Protected method Initialize (Inherited from CompositeActivity.)
Protected method InitializeProperties (Inherited from DependencyObject.)
Protected method Invoke<T>(EventHandler<T>, T) (Inherited from Activity.)
Protected method Invoke<T>(IActivityEventListener<T>, T) (Inherited from Activity.)
Public method IsBindingSet (Inherited from DependencyObject.)
Public method IsTaskDeleted This member is reserved for internal use and is not intended to be used directly from your code.
Public method LogCompletionHistory Sets the duration of the workflow instance.
Protected method MemberwiseClone (Inherited from Object.)
Public method MetaEquals (Inherited from DependencyObject.)
Public method NeedProcessEvent Determines whether the workflow instance should process an event.
Public method NeedRollback Determines whether the workflow instance should roll the current task back to its last accepted state.
Protected method OnActivityChangeAdd (Inherited from CompositeActivity.)
Protected method OnActivityChangeRemove (Inherited from SequenceActivity.)
Protected method OnActivityExecutionContextLoad (Inherited from CompositeActivity.)
Protected method OnActivityExecutionContextUnload (Inherited from CompositeActivity.)
Public method OnBeforeStartedEmail Prepares an email message.
Protected method OnClosed (Inherited from Activity.)
Public method OnItemChanged Occurs when the issue tracked by the workflow is changed.
Public method OnItemDeleted Occurs when the issue tracked by the workflow is deleted.
Protected method OnListChanged (Inherited from CompositeActivity.)
Protected method OnListChanging (Inherited from CompositeActivity.)
Public method OnMyTaskChanged Occurs when a workflow task is changed.
Public method OnMyTaskDeleted Occurs when a workflow task is deleted.
Protected method OnSequenceComplete (Inherited from SequentialWorkflowActivity.)
Public method OnTaskChanged This member is reserved for internal use and is not intended to be used directly from your code.
Public method OnTaskDeleted This member is reserved for internal use and is not intended to be used directly from your code.
Public method OnWorkflowActivated Occurs when a new workflow instance is initiated for an issue.
Protected method OnWorkflowChangesCompleted (Inherited from SequenceActivity.)
Protected method RaiseEvent (Inherited from Activity.)
Protected method RaiseGenericEvent<T> (Inherited from Activity.)
Public method RegisterForStatusChange (Inherited from Activity.)
Public method RemoveHandler (Inherited from DependencyObject.)
Public method RemoveProperty (Inherited from DependencyObject.)
Public method ResetTaskIds Resets task IDs for the workflow instance.
Public method Save(Stream) (Inherited from Activity.)
Public method Save(Stream, IFormatter) (Inherited from Activity.)
Public method SendEmailState Determines whether the workflow instance should send an email to the specified users.
Public method SetBinding (Inherited from DependencyObject.)
Protected method SetBoundValue (Inherited from DependencyObject.)
Protected method SetReadOnlyPropertyValue (Inherited from DependencyObject.)
Public method SetValue (Inherited from DependencyObject.)
Public method SetValueBase (Inherited from DependencyObject.)
Public method ShouldDelete Determines whether the workflow instance should delete the task.
Public method ToString (Inherited from Activity.)
Protected method TrackData(Object) (Inherited from Activity.)
Protected method TrackData(String, Object) (Inherited from Activity.)
Public method TrueFunction Represents a condition that always evaluates to true.
Protected method Uninitialize (Inherited from CompositeActivity.)
Public method UnregisterForStatusChange (Inherited from Activity.)
Public method WaitingForTask Determines whether the workflow instance should wait for a task.
Public method WorkflowTaskItem Gets the workflow task item using the specified task GUID.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent (Inherited from SequenceActivity.)

Top

See Also

Reference

IssueTracking Class

Microsoft.SharePoint.Workflow.Application Namespace