ApplicationGrouping Methods¶
The ApplicationGrouping type exposes the following members.
Methods¶
Name | Description | |
---|---|---|
![]() | Add(Application) | Adds an application to this grouping. |
![]() | Add(IEnumerable(Application)) | Adds application objects to this grouping. |
![]() | Delete | Deletes the ApplicationGrouping object. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Equals(ApplicationGrouping) | Compares two ApplicationGrouping objects for equality. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NotifyPropertyChanged | Raises the PropertyChanged event. |
![]() | Remove(Application) | Removes an application from this grouping. |
![]() | Remove(IEnumerable(Application)) | Removes applications from this grouping. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |