Skip to content
Was this article helpful?

ApplicationGroup Methods

The ApplicationGroup type exposes the following members.

Methods

 

NameDescription
Public methodAdd(Application) Adds an application to this grouping. (Inherited from ApplicationGrouping.)
Public methodAdd(IEnumerable(Application)) Adds application objects to this grouping. (Inherited from ApplicationGrouping.)
Public methodDelete Deletes this ApplicationGroup and all child groups. (Overrides ApplicationGrouping.Delete().)
Public methodEquals(Object) Compares two instances of ApplicationGroup class for equality. (Overrides Object.Equals(Object).)
Public methodEquals(ApplicationGroup) Compares two instances of ApplicationGroup class for equality.
Public methodEquals(ApplicationGrouping) Compares two ApplicationGrouping objects for equality. (Inherited from ApplicationGrouping.)
Protected methodFinalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCode Serves as a hash function for a particular type. (Overrides Object.GetHashCode().)
Public methodGetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected methodNotifyPropertyChanged Raises the PropertyChanged event. (Inherited from ApplicationGrouping.)
Public methodRemove(Application) Removes an application from this grouping. (Inherited from ApplicationGrouping.)
Public methodRemove(IEnumerable(Application)) Removes applications from this grouping. (Inherited from ApplicationGrouping.)
Public methodSetParentGroup Changes the ApplicationGroup that is the parent of this ApplicationGroup.
Public methodToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

ApplicationGroup Class
Citrix.SDK.AppDNA Namespace

Was this article helpful?