ActivityEventsCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of ActivityEvent objects.
The ActivityEventsCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets a count of ActivityEvent objects in the collection. |
Top
Methods
Name | Description | |
---|---|---|
Clear | Removes all ActivityEvent objects from the collection. | |
Commit | Commits all changes to this collection to the database. | |
Create | Creates a new ActivityEvent object, adds it to the collection, and returns it. | |
CreateAndFillFeed | Creates a new syndication feed and fills it with the items in this collection. | |
CreateFeed | Creates a new syndication feed but does not fill it with any items. | |
Equals | (Inherited from Object.) | |
FillFeed | Fills the specified syndication feed with the items from this collection. | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets an enumerator for iterating through the elements in this collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Refresh | Clears the items and repopulates this collection from the database. | |
Remove | Removes the specified ActivityEvent from the collection, but not from the database. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator |
Top