SPUpgradeContext Members
Include Protected Members
Include Inherited Members
Provides additional upgrade context.
The SPUpgradeContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPUpgradeContext | Initializes a new instance of the SPUpgradeContext class. |
Top
Properties
Name | Description | |
---|---|---|
Item[String] | Gets or sets the value of a property from a dictionary whose key is the String. | |
Item[Type] | Gets or sets the value of a property from a dictionary whose key is the Type. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Clear | Clears the upgrade context. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top