SPSolutionLanguagePack Methods
Windows SharePoint Services 3
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Clone |
Returns a clone of the object that does not come from the in-memory cache, which enables calling code to help ensure thread safety.
(inherited from
SPPersistedObject)
|
| Delete |
Removes the object from the collection and the server farm.
(inherited from
SPPersistedObject)
|
| Deploy |
Overloaded.
Deploys a language pack for the solution or Web Part package. |
| DeployLocal |
Overloaded.
Deploys a language pack on the local server. |
| Equals | Overloaded. (inherited from SPPersistedObject) |
| GetChild | Overloaded. (inherited from SPPersistedObject) |
| GetHashCode |
Serves as a hash function for the persisted object.
(inherited from
SPPersistedObject)
|
| GetObjectData | (inherited from SPAutoSerializingObject) |
| GetType | (inherited from Object) |
| op_Equality | (inherited from SPPersistedObject) |
| op_Inequality | (inherited from SPPersistedObject) |
| Provision |
Makes the necessary changes to the local server to use the object.
(inherited from
SPPersistedObject)
|
| ReferenceEquals | (inherited from Object) |
| Retract |
Overloaded.
Retracts a language pack. |
| RetractLocal |
Overloaded.
Retracts a language pack from the local server. |
| Synchronize |
Synchronizes the language pack on this machine with other machines in the farm.
|
| ToString |
Returns the type and name of an object and of all its ancestors (parent, grandparent, and so on).
(inherited from
SPPersistedObject)
|
| Uncache |
Frees the memory cache that is used by the object.
(inherited from
SPPersistedObject)
|
| Unprovision |
Makes the necessary changes to the local server to clean up after deleting the object.
(inherited from
SPPersistedObject)
|
| Update |
Overloaded.
Causes the object to save its state and propagate changes to all the computers in the server farm.
(inherited from
SPPersistedObject)
|
| Upgrade |
Overloaded.
Upgrades the language pack from a previous version to the current version. |
| Name | Description | |
|---|---|---|
| Finalize | (inherited from Object) |
| MemberwiseClone | (inherited from Object) |
| OnDeserialization |
Called immediately after the base class deserializes itself to do additional work.
(inherited from
SPPersistedObject)
|
| UpdateParent |
Causes the containing SPPersistedObject, if one exists, to update its state.
(inherited from
SPAutoSerializingObject)
|
| Validate |
Validates the state of all fields before persisting the object.
(inherited from
SPPersistedObject)
|