SPSolutionValidatorCollection methods

The SPSolutionValidatorCollection type exposes the following members.

Methods

  Name Description
Public method Add Inserts a solution validator after all existing solution validators if it does not exist. (Overrides SPPersistedChildCollection<T>.Add(T).)
Public method Ensure Inserts a solution validator after all existing solution validators if it does not exist. Behaves the same as Add. (Overrides SPPersistedChildCollection<T>.Ensure(T).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Gets an enumerator that can be used to iterate through the collection. (Inherited from SPPersistedObjectCollection<T>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetValue<U>() Retrieves an object from the collection with the specified type and the default name. (Inherited from SPPersistedObjectCollection<T>.)
Public method GetValue<U>(Guid) Retrieves an object from the collection with the specified ID and type. (Inherited from SPPersistedObjectCollection<T>.)
Public method GetValue<U>(String) Retrieves an object from the collection with the specified name and type. (Inherited from SPPersistedObjectCollection<T>.)
Public method Insert Inserts a solution validator at the specified index location if it does not exist.
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Delete the validator having the specified validatorId if it exists. (Overrides SPPersistedChildCollection<T>.Remove(Guid).)
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an enumerator over all items in this list. (Inherited from SPPersistedObjectCollection<T>.)

Top

See also

Reference

SPSolutionValidatorCollection class

Microsoft.SharePoint.UserCode namespace