Skip to content

ApplicationGrouping Class

A base class to aggregate common functionality for ApplicationGroup.

Inheritance Hierarchy

System.Object
  Citrix.SDK.AppDNA.ApplicationGrouping
    Citrix.SDK.AppDNA.ApplicationGroup
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public abstract class ApplicationGrouping : INotifyPropertyChanged, 
    IEquatable<ApplicationGrouping>

VB

Public MustInherit Class ApplicationGrouping
    Implements INotifyPropertyChanged, IEquatable(Of ApplicationGrouping)

The ApplicationGrouping type exposes the following members.

Properties

 

NameDescription
Public propertyApplications Gets the collection of application objects that belong to this grouping.
Public propertyDescription Gets a value that is the description of the grouping.
Public propertyIsDeleted Returns true if the grouping object has been deleted using the SDK.
Public propertyName Gets a value that is the name of the grouping.
  Back to Top

Methods

 

NameDescription
Public methodAdd(Application) Adds an application to this grouping.
Public methodAdd(IEnumerable(Application)) Adds application objects to this grouping.
Public methodDelete Deletes the ApplicationGrouping object.
Public methodEquals(Object) Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodEquals(ApplicationGrouping) Compares two ApplicationGrouping objects for equality.
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. (Inherited from Object.)
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.
Public methodRemove(Application) Removes an application from this grouping.
Public methodRemove(IEnumerable(Application)) Removes applications from this grouping.
Public methodToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Events

 

NameDescription
Public eventDeleted An event that is raised when the grouping is deleted using the SDK.
Public eventPropertyChanged Occurs when a property value changes.
  Back to Top

See Also

Reference

Citrix.SDK.AppDNA Namespace

Was this article helpful?