Share via


IssueTracking Members

Include Protected Members
Include Inherited Members

Defines a three-step workflow activity that is used to track issues.

The IssueTracking type exposes the following members.

Constructors

  Name Description
Public method IssueTracking Initializes a new instance of the IssueTracking class.

Top

Properties

  Name Description
Public property Activities (Inherited from CompositeActivity.)
Protected property CanModifyActivities (Inherited from CompositeActivity.)
Public property Description (Inherited from Activity.)
Protected property DesignMode (Inherited from DependencyObject.)
Public property DynamicUpdateCondition (Inherited from SequentialWorkflowActivity.)
Public property Enabled (Inherited from Activity.)
Public property EnabledActivities (Inherited from CompositeActivity.)
Public property ExecutionResult (Inherited from Activity.)
Public property ExecutionStatus (Inherited from Activity.)
Public property IsDynamicActivity (Inherited from Activity.)
Public property Name (Inherited from Activity.)
Public property Parent (Inherited from Activity.)
Protected property ParentDependencyObject (Inherited from DependencyObject.)
Public property QualifiedName (Inherited from Activity.)
Public property Site (Inherited from DependencyObject.)
Public property UserData (Inherited from DependencyObject.)
Protected property WorkflowInstanceId (Inherited from Activity.)
Public property WorkflowItem Gets the list item on which this workflow instance is running.
Public property WorkflowTaskList Gets the list on which workflow tasks for this workflow instance are created.
Public property WorkflowWeb Gets the site on which this workflow instance is located.

Top

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

Events

  Name Description
Public event Canceling (Inherited from Activity.)
Public event Closed (Inherited from Activity.)
Public event Compensating (Inherited from Activity.)
Public event Completed (Inherited from SequentialWorkflowActivity.)
Public event Executing (Inherited from Activity.)
Public event Faulting (Inherited from Activity.)
Public event Initialized (Inherited from SequentialWorkflowActivity.)
Public event StatusChanged (Inherited from Activity.)

Top

Fields

  Name Description
Public field m_afterProperties Contains information about the activity after it has executed a step.
Public field m_afterProps This member is reserved for internal use and is not intended to be used directly from your code.
Public field m_alertEventFrequency This member is reserved for internal use and is not intended to be used directly from your code.
Public field m_alertEventType This member is reserved for internal use and is not intended to be used directly from your code.
Public field m_beforeProperties Contains information about the activity before it executes a step.
Public field m_beforeProps This member is reserved for internal use and is not intended to be used directly from your code.
Public field m_creationProperties Contains information about the activity when it was created.
Public field m_creationProps This member is reserved for internal use and is not intended to be used directly from your code.
Public field m_emailBody Represents the body text of the email message that is sent to the specified users.
Public field m_emailHeaders Represents the headers of the email message that is sent to the specified users.
Public field m_executor Represents the user name of the user who created, resolved, or closed the issue.
Public field m_historyDescEnd Represents the information logged to the workflow history list that describes the execution of the workflow instance when the issue is closed.
Public field m_historyDescStart Represents the information logged to the workflow history list that describes the execution of the workflow instance when the issue is started.
Public field m_historyDuration Represents the time interval since the workflow activity started.
Public field m_historyOutcome Represents the description workflow when the item is deleted.
Public field m_historyUserId Represents the ID of the user who started this workflow instance.
Public field m_initProps Represents the initial properties of the workflow as it starts, such as the user who added the workflow and the list and item to which the workflow was added.
Public field m_itemAProperties Represents the properties of the workflow item after the deleted step has been completed.
Public field m_itemBProperties Represents a collection of information.
Public field m_outcome Represents the outcome of the workflow step.
Public field m_reason Represents the text used to log the reason why the step was taken.
Public field m_taskId Represents the GUID of the task created for the initial state of the workflow instance.
Public field m_taskId2 Represents the GUID of the task created for the middle state of the workflow instance.
Public field m_workflowId Represents the ID that the workflow runtime uses to track the workflow instance.

Top

Explicit Interface Implementations

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

Top

See Also

Reference

IssueTracking Class

Microsoft.SharePoint.Workflow.Application Namespace