SPDelegate members
Provides an abstract class for all upgrade delegates.
The SPDelegate type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPDelegate | Initializes a new instance of the SPDelegate class. |
Top
Properties
Name | Description | |
---|---|---|
IsApplicable | Gets a Boolean value that indicates whether the delegate is applicable. | |
Log | Gets an SPLog object that represents the log of the upgrade session. The upgrade session object can be retrieved by the Session property. | |
Manager | Gets the Microsoft SharePoint Foundation Upgrade Manager. | |
Object | Gets the delegating object. | |
Session | Gets the upgrade session of the delegate. | |
Stopped | Gets or sets a Boolean value that specifies whether the upgrade is stopped. (Inherited from StopEventReceiver.) | |
Type | Gets the type of the delegate. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Initialize | Initializes the delegate based on the specified object. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top