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 | |
---|---|---|
IssueTracking | Initializes a new instance of the IssueTracking class. |
Top
Properties
Name | Description | |
---|---|---|
Activities | (Inherited from CompositeActivity.) | |
CanModifyActivities | (Inherited from CompositeActivity.) | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
DynamicUpdateCondition | (Inherited from SequentialWorkflowActivity.) | |
Enabled | (Inherited from Activity.) | |
EnabledActivities | (Inherited from CompositeActivity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
IsDynamicActivity | (Inherited from Activity.) | |
Name | (Inherited from Activity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
Site | (Inherited from DependencyObject.) | |
UserData | (Inherited from DependencyObject.) | |
WorkflowInstanceId | (Inherited from Activity.) | |
WorkflowItem | Gets the list item on which this workflow instance is running. | |
WorkflowTaskList | Gets the list on which workflow tasks for this workflow instance are created. | |
WorkflowWeb | Gets the site on which this workflow instance is located. |
Top
Methods
Name | Description | |
---|---|---|
AddHandler | (Inherited from DependencyObject.) | |
ApplyWorkflowChanges | (Inherited from CompositeActivity.) | |
Cancel | (Inherited from SequenceActivity.) | |
CheckFlags | Checks flags after a workflow step. | |
ClearFlags | Clears flags before a workflow step. | |
Clone | (Inherited from Activity.) | |
Dispose() | Releases all resources used by the current instance of the IssueTracking class. | |
Dispose(Boolean) | (Inherited from CompositeActivity.) | |
Equals | (Inherited from Object.) | |
Execute | (Inherited from SequentialWorkflowActivity.) | |
FalseFunction | This member is reserved for internal use and is not intended to be used directly from your code. | |
Finalize | (Inherited from DependencyObject.) | |
FIssueNotClosed | Determines whether the issue tracked by the workflow instance is not closed. | |
FIssueNotResolved | Determines whether the issue tracked by the workflow instance is not resolved. | |
FShouldCompleteFirstTask | Determines whether the task created for the initial state of the workflow instance should be marked as completed. | |
FShouldCompleteSecondTask | Determines whether the task created for the middle state of the workflow instance should be marked as completed. | |
GetActivityByName(String) | (Inherited from Activity.) | |
GetActivityByName(String, Boolean) | (Inherited from Activity.) | |
GetBinding | (Inherited from DependencyObject.) | |
GetBoundValue | (Inherited from DependencyObject.) | |
GetDynamicActivities | (Inherited from CompositeActivity.) | |
GetHashCode | (Inherited from Object.) | |
GetInvocationList<T> | (Inherited from DependencyObject.) | |
GetTaskProps | Creates the initial workflow properties when the item was started in the middle state. | |
GetType | (Inherited from Object.) | |
GetValue | (Inherited from DependencyObject.) | |
GetValueBase | (Inherited from DependencyObject.) | |
HandleFault | (Inherited from SequenceActivity.) | |
Initialize | (Inherited from CompositeActivity.) | |
InitializeProperties | (Inherited from DependencyObject.) | |
Invoke<T>(EventHandler<T>, T) | (Inherited from Activity.) | |
Invoke<T>(IActivityEventListener<T>, T) | (Inherited from Activity.) | |
IsBindingSet | (Inherited from DependencyObject.) | |
IsTaskDeleted | This member is reserved for internal use and is not intended to be used directly from your code. | |
LogCompletionHistory | Sets the duration of the workflow instance. | |
MemberwiseClone | (Inherited from Object.) | |
MetaEquals | (Inherited from DependencyObject.) | |
NeedProcessEvent | Determines whether the workflow instance should process an event. | |
NeedRollback | Determines whether the workflow instance should roll the current task back to its last accepted state. | |
OnActivityChangeAdd | (Inherited from CompositeActivity.) | |
OnActivityChangeRemove | (Inherited from SequenceActivity.) | |
OnActivityExecutionContextLoad | (Inherited from CompositeActivity.) | |
OnActivityExecutionContextUnload | (Inherited from CompositeActivity.) | |
OnBeforeStartedEmail | Prepares an email message. | |
OnClosed | (Inherited from Activity.) | |
OnItemChanged | Occurs when the issue tracked by the workflow is changed. | |
OnItemDeleted | Occurs when the issue tracked by the workflow is deleted. | |
OnListChanged | (Inherited from CompositeActivity.) | |
OnListChanging | (Inherited from CompositeActivity.) | |
OnMyTaskChanged | Occurs when a workflow task is changed. | |
OnMyTaskDeleted | Occurs when a workflow task is deleted. | |
OnSequenceComplete | (Inherited from SequentialWorkflowActivity.) | |
OnTaskChanged | This member is reserved for internal use and is not intended to be used directly from your code. | |
OnTaskDeleted | This member is reserved for internal use and is not intended to be used directly from your code. | |
OnWorkflowActivated | Occurs when a new workflow instance is initiated for an issue. | |
OnWorkflowChangesCompleted | (Inherited from SequenceActivity.) | |
RaiseEvent | (Inherited from Activity.) | |
RaiseGenericEvent<T> | (Inherited from Activity.) | |
RegisterForStatusChange | (Inherited from Activity.) | |
RemoveHandler | (Inherited from DependencyObject.) | |
RemoveProperty | (Inherited from DependencyObject.) | |
ResetTaskIds | Resets task IDs for the workflow instance. | |
Save(Stream) | (Inherited from Activity.) | |
Save(Stream, IFormatter) | (Inherited from Activity.) | |
SendEmailState | Determines whether the workflow instance should send an email to the specified users. | |
SetBinding | (Inherited from DependencyObject.) | |
SetBoundValue | (Inherited from DependencyObject.) | |
SetReadOnlyPropertyValue | (Inherited from DependencyObject.) | |
SetValue | (Inherited from DependencyObject.) | |
SetValueBase | (Inherited from DependencyObject.) | |
ShouldDelete | Determines whether the workflow instance should delete the task. | |
ToString | (Inherited from Activity.) | |
TrackData(Object) | (Inherited from Activity.) | |
TrackData(String, Object) | (Inherited from Activity.) | |
TrueFunction | Represents a condition that always evaluates to true. | |
Uninitialize | (Inherited from CompositeActivity.) | |
UnregisterForStatusChange | (Inherited from Activity.) | |
WaitingForTask | Determines whether the workflow instance should wait for a task. | |
WorkflowTaskItem | Gets the workflow task item using the specified task GUID. |
Top
Events
Name | Description | |
---|---|---|
Canceling | (Inherited from Activity.) | |
Closed | (Inherited from Activity.) | |
Compensating | (Inherited from Activity.) | |
Completed | (Inherited from SequentialWorkflowActivity.) | |
Executing | (Inherited from Activity.) | |
Faulting | (Inherited from Activity.) | |
Initialized | (Inherited from SequentialWorkflowActivity.) | |
StatusChanged | (Inherited from Activity.) |
Top
Fields
Name | Description | |
---|---|---|
m_afterProperties | Contains information about the activity after it has executed a step. | |
m_afterProps | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_alertEventFrequency | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_alertEventType | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_beforeProperties | Contains information about the activity before it executes a step. | |
m_beforeProps | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_creationProperties | Contains information about the activity when it was created. | |
m_creationProps | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_emailBody | Represents the body text of the email message that is sent to the specified users. | |
m_emailHeaders | Represents the headers of the email message that is sent to the specified users. | |
m_executor | Represents the user name of the user who created, resolved, or closed the issue. | |
m_historyDescEnd | Represents the information logged to the workflow history list that describes the execution of the workflow instance when the issue is closed. | |
m_historyDescStart | Represents the information logged to the workflow history list that describes the execution of the workflow instance when the issue is started. | |
m_historyDuration | Represents the time interval since the workflow activity started. | |
m_historyOutcome | Represents the description workflow when the item is deleted. | |
m_historyUserId | Represents the ID of the user who started this workflow instance. | |
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. | |
m_itemAProperties | Represents the properties of the workflow item after the deleted step has been completed. | |
m_itemBProperties | Represents a collection of information. | |
m_outcome | Represents the outcome of the workflow step. | |
m_reason | Represents the text used to log the reason why the step was taken. | |
m_taskId | Represents the GUID of the task created for the initial state of the workflow instance. | |
m_taskId2 | Represents the GUID of the task created for the middle state of the workflow instance. | |
m_workflowId | Represents the ID that the workflow runtime uses to track the workflow instance. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) | |
IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent | (Inherited from SequenceActivity.) |
Top