SPPersistedTypeCollection<T> members
Represents a collection of all SPPersistedObject objects that are stored in the configuration database and that are of a specified type or derive from a specified type.
The SPPersistedTypeCollection<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPPersistedTypeCollection<T>(SPFarm) | ||
SPPersistedTypeCollection<T>(SPFarm, Type) |
Top
Properties
Name | Description | |
---|---|---|
Farm | The SharePoint Farm to which this collection belongs. (Inherited from SPPersistedTypeCollection.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InitializeFromDatabase | Fetches the row set of objects that depend on this collection. (Inherited from SPPersistedTypeCollection.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top