ActivityApplicationsCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of ActivityApplication objects.
The ActivityApplicationsCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets a count of ActivityApplication objects in the collection. | |
Item[Int64] | Returns the ActivityApplication for the specified application identifier. | |
Item[String] | Returns the ActivityApplication for the specified application name. |
Top
Methods
Name | Description | |
---|---|---|
Clear | Disposes all ActivityApplication objects in the collection. | |
Create | Creates a new ActivityApplication in this collection and returns it. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can iterate through the collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Refresh | Clears the collection and then repopulates it from the database. | |
Remove | This method is not implemented. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator |
Top