WorkItemExtension Members

Base implementation with virtual methods for handling the WorkItem events.

The following tables list the members exposed by the WorkItemExtension type.

Protected Constructors

  Name Description
Protected method WorkItemExtension  

Top

Public Properties

  Name Description
Public property WorkItem The WorkItem being extended.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Initialize Hooks to all events in the WorkItem to the virtual event handlers.
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)
Protected method OnActivated Method that handles the Activated event on the extended WorkItem.
Protected method OnDeactivated Method that handles the Deactivated event on the extended WorkItem.
Protected method OnInitialized Method that handles the Initialized event on the extended WorkItem.
Protected method OnRunStarted Method that handles the RunStarted event on the extended WorkItem.
Protected method OnTerminated Method that handles the OnTerminated event on the extended WorkItem.

Top

See Also

Reference

WorkItemExtension Class
Microsoft.Practices.CompositeUI Namespace