LogToHistoryListActivity 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
Public method LogToHistoryListActivity Initializes a new instance of the LogToHistoryListActivity class.

Top

Properties

  Name Description
Public property Description (Inherited from Activity.)
Protected property DesignMode (Inherited from DependencyObject.)
Public property Duration Gets or sets the time that it takes for the workflow action to complete.
Public property Enabled (Inherited from Activity.)
Public property EventId Gets or sets the type of event that was raised.
Public property ExecutionResult (Inherited from Activity.)
Public property ExecutionStatus (Inherited from Activity.)
Public property HistoryDescription Gets or sets the description of the workflow event.
Public property HistoryOutcome Gets or sets a description of the results of the event.
Public property IsDynamicActivity (Inherited from Activity.)
Public property Name (Inherited from Activity.)
Public property OtherData Gets or sets additional information that the user wants to include in the history list entry.
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.)
Public property UserId Gets or sets the identifier (ID) of the Windows SharePoint Services 3.0 user who initiated the workflow action.
Protected property WorkflowInstanceId (Inherited from Activity.)

Top

Methods

  Name Description
Public method AddHandler (Inherited from DependencyObject.)
Protected method Cancel (Inherited from Activity.)
Public method Clone (Inherited from Activity.)
Public method Dispose() (Inherited from DependencyObject.)
Protected method Dispose(Boolean) (Inherited from DependencyObject.)
Public method Equals (Inherited from Object.)
Protected method Execute Called by the workflow run time to execute an activity. (Overrides Activity.Execute(ActivityExecutionContext).)
Protected method Finalize (Inherited from DependencyObject.)
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.)
Public method GetHashCode (Inherited from Object.)
Protected method GetInvocationList<T> (Inherited from DependencyObject.)
Public method GetType (Inherited from Object.)
Public method GetValue (Inherited from DependencyObject.)
Public method GetValueBase (Inherited from DependencyObject.)
Protected method HandleFault (Inherited from Activity.)
Protected method Initialize (Inherited from Activity.)
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.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MetaEquals (Inherited from DependencyObject.)
Protected method OnActivityExecutionContextLoad (Inherited from Activity.)
Protected method OnActivityExecutionContextUnload (Inherited from Activity.)
Protected method OnClosed (Inherited from Activity.)
Protected method OnMethodInvoking Provides a hook for derived classes to set ParameterBindings. This method is called immediately before the external method is run.
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 Save(Stream) (Inherited from Activity.)
Public method Save(Stream, IFormatter) (Inherited from Activity.)
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 ToString (Inherited from Activity.)
Protected method TrackData(Object) (Inherited from Activity.)
Protected method TrackData(String, Object) (Inherited from Activity.)
Protected method Uninitialize (Inherited from Activity.)
Public method UnregisterForStatusChange (Inherited from Activity.)

Top

Events

  Name Description
Public event Canceling (Inherited from Activity.)
Public event Closed (Inherited from Activity.)
Public event Compensating (Inherited from Activity.)
Public event Executing (Inherited from Activity.)
Public event Faulting (Inherited from Activity.)
Public event MethodInvoking An event that occurs immediately before the workflow invokes a specified method.
Public event StatusChanged (Inherited from Activity.)

Top

Fields

  Name Description
Public fieldStatic member DurationProperty The DependencyProperty object that promotes the Duration property.
Public fieldStatic member EventIdProperty The DependencyProperty object that promotes the EventId property.
Public fieldStatic member HistoryDescriptionProperty The DependencyProperty object that promotes the HistoryDescription property.
Public fieldStatic member HistoryOutcomeProperty The DependencyProperty object that promotes the HistoryOutcome property.
Public fieldStatic member MethodInvokingEvent Gets or sets the type of event that was raised.
Public fieldStatic member OtherDataProperty The DependencyProperty object that promotes the OtherData property.
Public fieldStatic member UserIdProperty The DependencyProperty object that promotes the UserId property.

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate event IComponent.Disposed (Inherited from DependencyObject.)

Top

See also

Reference

LogToHistoryListActivity class

Microsoft.SharePoint.WorkflowActions namespace