ActivityTemplatesCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of ActivityTemplate objects.
The ActivityTemplatesCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets a count of items in the collection. | |
Item[Int64] | Gets the ActivityTemplate object in the collection with the specified identifier. | |
Item[String] | Gets the ActivityTemplate object in the collection with the specified string value for the IsMultivalued property. |
Top
Methods
Name | Description | |
---|---|---|
Clear | Removes all elements from the collection. | |
Commit | Saves all changes to the collection to the database. | |
Create | Creates a new ActivityTemplate object in this collection and returns it. | |
CreateKey | Static method that creates a key that enables searching within an ActivityTemplatesCollection object. | |
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 ActivityTemplate object from the collection. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator |
Top