MergedReportedApplication Class¶
Represents collection of ReportedApplication and aggregates data from it
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.Solutions.Xen.Common.MergedReportedApplication
Citrix.SDK.AppDNA.Solutions.XenAdoption.XenAdoptionMergedReportedApplication
Citrix.SDK.AppDNA.Solutions.XenUpgrade.XenUpgradeMergedReportedApplication
Namespace: Citrix.SDK.AppDNA.Solutions.Xen.Common
Assembly: Citrix.SDK.AppDNA.Solutions.Xen.Common (in Citrix.SDK.AppDNA.Solutions.Xen.Common.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public abstract class MergedReportedApplication
VB¶
Public MustInherit Class MergedReportedApplication
The MergedReportedApplication type exposes the following members.
Constructors¶
Name | Description | |
---|---|---|
![]() | MergedReportedApplication | Initializes a new instance of the MergedReportedApplication class. |
Properties¶
Name | Description | |
---|---|---|
![]() | AfterActionRag | Gets the rag that would apply after any actions for triggered algorithms have been taken. |
![]() | AnalysisRag | Gets the analysis rag for this application, taking into account analysis only. |
![]() | CustomizedRag | Gets the customized rag for this application, taking into account analysis and customizations. |
![]() | OverallRag | Gets the overall rag for this application, taking into account analysis, external data and customizations. |
![]() | ReportedApplications | Gets the collection original ReportedApplication before merge. |
![]() | ResultsByAlgorithm | Gets a collection that holds the report data of this application for each algorithm in the report. |
Methods¶
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | 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.) |
Fields¶
Name | Description | |
---|---|---|
![]() | _storage | Internal collection of the applications in order to compose on any Rag getting |