SPPersistedDependencyCollection<T> members
Represents a collection of persisted objects that depend on a common object.
The SPPersistedDependencyCollection<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPPersistedDependencyCollection<T> | Initializes a new instance of the SPPersistedDependencyCollection class to create a collection of objects of a specific type that depend on the specified object. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of objects in the collection. (Inherited from SPPersistedObjectCollection<T>.) | |
IsEmpty | Gets a Boolean value that indicates whether the collection contains any objects. (Inherited from SPPersistedObjectCollection<T>.) | |
Item[Guid] | Gets the persisted object in the collection based on the specified GUID. (Inherited from SPPersistedObjectCollection<T>.) | |
Item[String] | Gets the persisted object in the collection based on the specified name. (Inherited from SPPersistedObjectCollection<T>.) | |
Parent | Gets the parent object that declares this collection. (Inherited from SPPersistedObjectCollection<T>.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets an enumerator that can be used to iterate through the collection. (Inherited from SPPersistedObjectCollection<T>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetValue<U>() | Retrieves an object from the collection with the specified type and the default name. (Inherited from SPPersistedObjectCollection<T>.) | |
GetValue<U>(Guid) | Retrieves an object from the collection with the specified ID and type. (Inherited from SPPersistedObjectCollection<T>.) | |
GetValue<U>(String) | Retrieves an object from the collection with the specified name and type. (Inherited from SPPersistedObjectCollection<T>.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Returns an enumerator over all items in this list. (Inherited from SPPersistedObjectCollection<T>.) |
Top