ActivityPreferencesCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of ActivityPreference objects.
The ActivityPreferencesCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets a count of items in the collection. | |
Item | Gets an ActivityPreference object for the ActivityType with the specified identifier. |
Top
Methods
Name | Description | |
---|---|---|
Clear | Removes all elements from the collection. | |
Commit | Commits data in the collection to the database. | |
Create | Creates a new ActivityPreference object for the ActivityType object with the specified identifier and returns it. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetActivityPreferencesPerType | Gets the current user’s preferences for each ActivityType object managed by the ActivityManager object. | |
GetEnumerator | Gets an enumerator for iterating through the collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Refresh | Clears and repopulates the collection from the database. | |
Remove | Removes the specified ActivityPreference object from the collection. | |
SetActivityPreferencesPerType | Sets the current user's preferences for each ActivityType object managed by the ActivityManager. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator |
Top