ApplicationGroupService Methods¶
The ApplicationGroupService type exposes the following members.
Methods¶
Name | Description | |
---|---|---|
![]() | Create(String, String) | Creates an ApplicationGroup. |
![]() | Create(String, String, ApplicationGroup) | Creates an ApplicationGroup as a child group. |
![]() | Delete(ApplicationGroup[]) | Deletes the specified ApplicationGroup and all their child groups. |
![]() | Delete(IEnumerable(ApplicationGroup)) | Deletes the specified ApplicationGroup and all their child groups. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Get() | Retrieves a collection of all the ApplicationGroup. |
![]() | Get(String) | Retrieves a specific ApplicationGroup by name. |
![]() | GetApplicationGroupHierarchyRoot | Retrieves an object that can be used to traverse the ApplicationGroup hierarchy. The object will be updated whenever an ApplicationGroup is created, deleted or changes parents from within the SDK. As such, it is useful for data binding. |
![]() | 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.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |