ActivityTypesCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of ActivityType objects.
The ActivityTypesCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets a count of items in the collection. | |
Item[Int64] | Returns the ActivityType object from the collection with the specified identifier. | |
Item[String] | Returns the ActivityType object from the collection with the specified name. |
Top
Methods
Name | Description | |
---|---|---|
Clear | Removes all elements from the collection. | |
Commit | Saves all changes to the collection to the database. | |
Create | Creates an ActivityType object with the specified name, adds it to the collection, and returns it. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from 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 ActivityType object from the collection. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator |
Top