LogToHistoryListActivity Members
Include Protected Members
Include Inherited Members
Logs information about the execution of a specified workflow to the workflow history list.
The LogToHistoryListActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LogToHistoryListActivity | Initializes a new instance of the LogToHistoryListActivity class. |
Top
Properties
Name | Description | |
---|---|---|
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Duration | Gets or sets the time that it takes for the workflow action to complete. | |
Enabled | (Inherited from Activity.) | |
EventId | Gets or sets the type of event that was raised. | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
HistoryDescription | Gets or sets the description of the workflow event. | |
HistoryOutcome | Gets or sets a description of the results of the event. | |
IsDynamicActivity | (Inherited from Activity.) | |
Name | (Inherited from Activity.) | |
OtherData | Gets or sets additional information that the user wants to include in the history list entry. | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
Site | (Inherited from DependencyObject.) | |
UserData | (Inherited from DependencyObject.) | |
UserId | Gets or sets the identifier (ID) of the Windows SharePoint Services 3.0 user who initiated the workflow action. | |
WorkflowInstanceId | (Inherited from Activity.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
Canceling | (Inherited from Activity.) | |
Closed | (Inherited from Activity.) | |
Compensating | (Inherited from Activity.) | |
Executing | (Inherited from Activity.) | |
Faulting | (Inherited from Activity.) | |
MethodInvoking | An event that occurs immediately before the workflow invokes a specified method. | |
StatusChanged | (Inherited from Activity.) |
Top
Fields
Name | Description | |
---|---|---|
DurationProperty | The DependencyProperty object that promotes the Duration property. | |
EventIdProperty | The DependencyProperty object that promotes the EventId property. | |
HistoryDescriptionProperty | The DependencyProperty object that promotes the HistoryDescription property. | |
HistoryOutcomeProperty | The DependencyProperty object that promotes the HistoryOutcome property. | |
MethodInvokingEvent | Gets or sets the type of event that was raised. | |
OtherDataProperty | The DependencyProperty object that promotes the OtherData property. | |
UserIdProperty | The DependencyProperty object that promotes the UserId property. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) |
Top