SPDelegate members

Provides an abstract class for all upgrade delegates.

The SPDelegate type exposes the following members.

Constructors

  Name Description
Protected method SPDelegate Initializes a new instance of the SPDelegate class.

Top

Properties

  Name Description
Public property IsApplicable Gets a Boolean value that indicates whether the delegate is applicable.
Public property Log Gets an SPLog object that represents the log of the upgrade session. The upgrade session object can be retrieved by the Session property.
Protected property Manager Gets the Microsoft SharePoint Foundation Upgrade Manager.
Protected property Object Gets the delegating object.
Protected property Session Gets the upgrade session of the delegate.
Protected property Stopped Gets or sets a Boolean value that specifies whether the upgrade is stopped. (Inherited from StopEventReceiver.)
Protected property Type Gets the type of the delegate.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Initialize Initializes the delegate based on the specified object.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPDelegate class

Microsoft.SharePoint.Upgrade namespace